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,
String[] columnNames,
int firstRow,
int maxRows) |
static String |
buildSelectQuery(Table table,
Column[] columns,
int firstRow,
int maxRows) |
public static String buildSelectQuery(Table table, Column[] columns, int firstRow, int maxRows)
public static String buildSelectQuery(String tableName, String[] columnNames, int firstRow, int maxRows)
public static String buildCountQuery(String tableName, List<FilterItem> whereItems)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.