| Modifier and Type | Method and Description |
|---|---|
Query |
DelegatingRecordStore.createQuery(String typePath,
String whereClause,
BoundingBoxDoubleGf boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
RecordStoreQueryReader.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStoreQueryReader.addQuery(Query query) |
int |
DelegatingRecordStore.delete(Query query) |
int |
DelegatingRecordStore.getRowCount(Query query) |
ResultPager<Record> |
DelegatingRecordStore.page(Query query) |
Reader<Record> |
DelegatingRecordStore.query(Query... queries) |
Record |
DelegatingRecordStore.queryFirst(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStoreQueryReader.setQueries(Collection<Query> queries) |
void |
RecordStoreQueryReader.setQueries(List<Query> queries) |
| Modifier and Type | Method and Description |
|---|---|
static Query |
Query.and(RecordDefinition recordDefinition,
Map<String,?> filter) |
Query |
Query.clone() |
static Query |
Query.equal(RecordDefinition recordDefinition,
String name,
Object value) |
static Query |
Query.intersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
static Query |
Query.or(RecordDefinition recordDefinition,
Map<String,?> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Value.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
SqlCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
RightUnaryCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
abstract void |
QueryValue.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder sql) |
void |
ParenthesisCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
LeftUnaryCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
In.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
ILike.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
Column.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
CollectionValue.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
Cast.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
BinaryCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
BinaryArithmatic.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
Between.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
AbstractMultiCondition.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
QueryValue.appendSql(Query query,
RecordStore recordStore,
StringBuilder sql) |
static BoundingBox |
QueryValue.getBoundingBox(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
WithinDistance.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder sql) |
void |
UnaryFunction.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
GeometryEqual2d.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
Function.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
void |
EnvelopeIntersects.appendDefaultSql(Query query,
RecordStore recordStore,
StringBuilder buffer) |
| Modifier and Type | Method and Description |
|---|---|
Query |
RecordStore.createQuery(String typePath,
String whereClause,
BoundingBoxDoubleGf boundingBox) |
Query |
AbstractRecordStore.createQuery(String typePath,
String whereClause,
BoundingBoxDoubleGf boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
void |
AbstractRecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
AbstractIterator<Record> |
AbstractRecordStore.createIterator(Query query,
Map<String,Object> properties) |
int |
RecordStore.delete(Query query) |
int |
AbstractRecordStore.delete(Query query) |
int |
RecordStore.getRowCount(Query query) |
ResultPager<Record> |
RecordStore.page(Query query) |
ResultPager<Record> |
AbstractRecordStore.page(Query query) |
Reader<Record> |
RecordStore.query(Query... queries) |
Reader<Record> |
AbstractRecordStore.query(Query... queries) |
Record |
RecordStore.queryFirst(Query query) |
Record |
AbstractRecordStore.queryFirst(Query query) |
| Modifier and Type | Method and Description |
|---|---|
int |
CsvRecordStore.getRowCount(Query query) |
| Modifier and Type | Method and Description |
|---|---|
AbstractIterator<Record> |
DirectoryRecordStore.createIterator(Query query,
Map<String,Object> properties) |
int |
DirectoryRecordStore.getRowCount(Query query) |
| Constructor and Description |
|---|
RecordReaderQueryIterator(RecordReader reader,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
int |
ShapefileRecordStore.getRowCount(Query query) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JdbcUtils.appendWhere(StringBuilder sql,
Query query) |
static String |
JdbcUtils.createSelectSql(RecordDefinition recordDefinition,
String tablePrefix,
String fromClause,
boolean lockResults,
List<String> fieldNames,
Query query,
Map<String,Boolean> orderBy) |
static String |
JdbcUtils.getDeleteSql(Query query) |
static String |
JdbcUtils.getSelectSql(Query query) |
static void |
JdbcUtils.setPreparedStatementParameters(PreparedStatement statement,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
JdbcQueryResultPager.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
AbstractIterator<Record> |
RecordStoreIteratorFactory.createIterator(RecordStore recordStore,
Query query,
Map<String,Object> properties) |
static AbstractIterator<Record> |
AbstractJdbcRecordStore.createJdbcIterator(AbstractJdbcRecordStore recordStore,
Query query,
Map<String,Object> properties) |
protected RecordStoreQueryReader |
AbstractJdbcRecordStore.createReader(Query query) |
int |
AbstractJdbcRecordStore.delete(Query query) |
static ResultSet |
JdbcQueryIterator.getResultSet(RecordDefinition recordDefinition,
PreparedStatement statement,
Query query) |
int |
AbstractJdbcRecordStore.getRowCount(Query query) |
protected String |
JdbcQueryIterator.getSql(Query query) |
ResultPager<Record> |
AbstractJdbcRecordStore.page(Query query) |
protected void |
JdbcQueryIterator.setQuery(Query query) |
| Constructor and Description |
|---|
JdbcQueryIterator(JdbcRecordStore recordStore,
Query query,
Map<String,Object> properties) |
JdbcQueryResultPager(JdbcRecordStore recordStore,
Map<String,Object> properties,
Query query) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.