Class Neo4jCypherQueryBuilder


  • public class Neo4jCypherQueryBuilder
    extends Object
    • Constructor Detail

      • Neo4jCypherQueryBuilder

        public Neo4jCypherQueryBuilder()
    • Method Detail

      • buildSelectQuery

        public static String buildSelectQuery​(org.apache.metamodel.schema.Table table,
                                              List<org.apache.metamodel.schema.Column> columns,
                                              int firstRow,
                                              int maxRows)
      • buildSelectQuery

        public static String buildSelectQuery​(String tableName,
                                              List<String> columnNames,
                                              int firstRow,
                                              int maxRows)
      • buildCountQuery

        public static String buildCountQuery​(String tableName,
                                             List<org.apache.metamodel.query.FilterItem> whereItems)