public class Neo4jCypherQueryBuilder extends Object
| Constructor and Description |
|---|
Neo4jCypherQueryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildCountQuery(String tableName,
List<FilterItem> whereItems) |
static String |
buildSelectQuery(String tableName,
List<String> columnNames,
int firstRow,
int maxRows) |
static String |
buildSelectQuery(Table table,
List<Column> columns,
int firstRow,
int maxRows) |
public static String buildSelectQuery(Table table, List<Column> columns, int firstRow, int maxRows)
public static String buildSelectQuery(String tableName, List<String> columnNames, int firstRow, int maxRows)
public static String buildCountQuery(String tableName, List<FilterItem> whereItems)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.