Package org.apache.metamodel.neo4j
Class Neo4jCypherQueryBuilder
- java.lang.Object
-
- org.apache.metamodel.neo4j.Neo4jCypherQueryBuilder
-
public class Neo4jCypherQueryBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description Neo4jCypherQueryBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringbuildCountQuery(String tableName, List<org.apache.metamodel.query.FilterItem> whereItems)static StringbuildSelectQuery(String tableName, List<String> columnNames, int firstRow, int maxRows)static StringbuildSelectQuery(org.apache.metamodel.schema.Table table, List<org.apache.metamodel.schema.Column> columns, int firstRow, int maxRows)
-
-
-
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)
-
-