| 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 |
|---|---|
void |
OgrRecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue condition) |
AbstractIterator<Record> |
OgrRecordStore.createIterator(Query query,
Map<String,Object> properties) |
int |
OgrRecordStore.getRowCount(Query query) |
protected String |
OgrRecordStore.getSql(Query query) |
protected StringBuilder |
OgrRecordStore.getWhereClause(Query query) |
| Constructor and Description |
|---|
OgrQueryIterator(OgrRecordStore recordStore,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapiFileGdbRecordStore.appendQueryValue(Query query,
StringBuilder buffer,
QueryValue condition) |
AbstractIterator<Record> |
CapiFileGdbRecordStore.createIterator(Query query,
Map<String,Object> properties) |
int |
CapiFileGdbRecordStore.getRowCount(Query query) |
protected StringBuilder |
CapiFileGdbRecordStore.getWhereClause(Query query) |
| Modifier and Type | Method and Description |
|---|---|
AbstractIterator<Record> |
ArcSdeBinaryGeometryRecordStoreUtil.createIterator(OracleRecordStore recordStore,
Query query,
Map<String,Object> properties) |
| Constructor and Description |
|---|
ArcSdeBinaryGeometryQueryIterator(ArcSdeBinaryGeometryRecordStoreUtil sdeUtil,
JdbcRecordStore recordStore,
Query query,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleRecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
AbstractIterator<Record> |
OracleRecordStore.createOracleIterator(OracleRecordStore recordStore,
Query query,
Map<String,Object> properties) |
protected String |
OracleJdbcQueryIterator.getSql(Query query) |
ResultPager<Record> |
OracleRecordStore.page(Query query) |
| Constructor and Description |
|---|
OracleJdbcQueryIterator(AbstractJdbcRecordStore recordStore,
Query query,
Map<String,Object> properties) |
OracleJdbcQueryResultPager(JdbcRecordStore recordStore,
Map<String,Object> properties,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgreSQLRecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
static AbstractIterator<Record> |
PostgreSQLRecordStore.createPostgreSQLIterator(PostgreSQLRecordStore recordStore,
Query query,
Map<String,Object> properties) |
protected String |
PostgreSQLJdbcQueryIterator.getSql(Query query) |
ResultPager<Record> |
PostgreSQLRecordStore.page(Query query) |
| Constructor and Description |
|---|
PostgreSQLJdbcQueryIterator(JdbcRecordStore recordStore,
Query query,
Map<String,Object> properties) |
PostgreSQLJdbcQueryResultPager(JdbcRecordStore recordStore,
Map<String,Object> properties,
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) |
| Constructor and Description |
|---|
RecordStoreQueryListModel(RecordStore recordStore,
String displayFieldName,
Query... queries) |
RecordStoreQueryTextField(RecordDefinition recordDefinition,
String displayFieldName,
Query... queries) |
RecordStoreSearchTextField(RecordStore recordStore,
String displayFieldName,
Query... queries) |
| Constructor and Description |
|---|
RecordStoreQueryListModel(RecordStore recordStore,
String displayFieldName,
List<Query> queries) |
RecordStoreQueryTextField(RecordDefinition recordDefinition,
String displayFieldName,
List<Query> queries) |
RecordStoreSearchTextField(RecordStore recordStore,
String displayFieldName,
List<Query> queries) |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayerRecord> |
OsmOverpassLayer.doQuery(Query query) |
protected List<LayerRecord> |
OpenStreetMapApiLayer.doQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
AbstractRecordLayer.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayerRecord> |
RecordStoreLayer.doQuery(Query query) |
protected List<LayerRecord> |
ListRecordLayer.doQuery(Query query) |
protected List<LayerRecord> |
BoundingBoxRecordLayer.doQuery(Query query) |
protected abstract List<LayerRecord> |
AbstractRecordLayer.doQuery(Query query) |
protected <V extends LayerRecord> |
AbstractRecordLayer.filterQueryResults(List<V> results,
Query query) |
int |
RecordStoreLayer.getRowCount(Query query) |
int |
ListRecordLayer.getRowCount(Query query) |
int |
AbstractRecordLayer.getRowCount(Query query) |
List<LayerRecord> |
AbstractRecordLayer.query(Query query) |
void |
AbstractRecordLayer.setQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
RecordLayerTableModel.getFilterQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayerRecord> |
RecordLayerTableModel.getLayerObjects(Query query) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
HtmlUiBuilder.createDataTableMap(javax.servlet.http.HttpServletRequest request,
RecordStore recordStore,
Query query,
String pageName) |
protected Map<String,Object> |
RecordHtmlUiBuilder.createDataTableMap(javax.servlet.http.HttpServletRequest request,
String pageName,
Query query) |
ResultPager<Record> |
RecordHtmlUiBuilder.getResultPager(Query query) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.