Package | Description |
---|---|
org.geotools.appschema.jdbc | |
org.geotools.data.jdbc | |
org.geotools.geopkg |
Modifier and Type | Method and Description |
---|---|
protected void |
JoiningJDBCFeatureSource.addMultiValuedSort(String tableName,
Set<String> orderByFields,
JoiningQuery.QueryJoin join,
StringBuffer sql) |
void |
WrappedFilterToSql.encode(Expression expression) |
void |
WrappedFilterToSql.encode(Filter filter) |
void |
NestedFilterToSQL.encode(Filter filter) |
String |
WrappedFilterToSql.encodeToString(Expression expression) |
String |
WrappedFilterToSql.encodeToString(Filter filter) |
String |
JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType,
JoiningQuery query,
AtomicReference<PreparedFilterToSQL> toSQLref)
Generates a 'SELECT p1, p2, ...
|
String |
JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType,
JoiningQuery query,
AtomicReference<PreparedFilterToSQL> toSQLref,
boolean isCount)
Generates a 'SELECT p1, p2, ...
|
protected PreparedStatement |
JoiningJDBCFeatureSource.selectSQLPS(SimpleFeatureType featureType,
JoiningQuery query,
Connection cx)
Generates a 'SELECT p1, p2, ...
|
protected void |
JoiningJDBCFeatureSource.sort(JoiningQuery query,
StringBuffer sql,
String[] aliases,
Set<String> pkColumnNames)
Creates ORDER BY for joining query, based on all the sortby's that are specified per joining
table
|
Modifier and Type | Method and Description |
---|---|
void |
FilterToSQL.encode(Expression expression)
Performs the encoding, sends the encoded sql to the writer passed in.
|
void |
FilterToSQL.encode(Filter filter)
Performs the encoding, sends the encoded sql to the writer passed in.
|
String |
FilterToSQL.encodeToString(Expression expression)
purely a convenience method.
|
String |
FilterToSQL.encodeToString(Filter filter)
purely a convenience method.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoPkgFilterToSQL.encode(Filter filter)
Override done to ensure we don't complain if there is a BBOX filter, even if we claim not to
support it
|
Copyright © 1996–2022 Geotools. All rights reserved.