|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLEncoderException | |
---|---|
org.geotools.data.db2 | |
org.geotools.data.jdbc | |
org.geotools.data.postgis | |
org.geotools.filter |
Uses of SQLEncoderException in org.geotools.data.db2 |
---|
Methods in org.geotools.data.db2 that throw SQLEncoderException | |
---|---|
String |
DB2SQLBuilder.buildSQLBoundsQuery(String typeName,
AttributeDescriptor geomAttr,
Filter filter)
Builds the SQL query to get the bounds (min-max coordinate values) of a geometry column for a given filter. |
Uses of SQLEncoderException in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc that throw SQLEncoderException | |
---|---|
protected void |
DefaultSQLBuilder.addOrderByPK(StringBuffer sql,
FIDMapper mapper,
SortOrder sortOrder)
Deprecated. |
String |
SQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter)
Deprecated. use SQLBuilder.buildSQLQuery(String, FIDMapper, AttributeDescriptor[], Filter, SortBy[], Integer, Integer) |
String |
GeoAPISQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter)
Deprecated. use GeoAPISQLBuilder.buildSQLQuery(String, FIDMapper, AttributeDescriptor[], Filter, SortBy[], Integer, Integer) |
String |
DefaultSQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter)
Deprecated. |
String |
SQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter,
SortBy[] sortBy,
Integer offset,
Integer limit)
Makes an SQL Select statement. |
String |
GeoAPISQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter,
SortBy[] sortBy,
Integer offset,
Integer limit)
Constructs the full SQL SELECT statement for the supplied Filter. |
String |
DefaultSQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter,
SortBy[] sortBy,
Integer offset,
Integer limit)
Deprecated. Constructs the full SQL SELECT statement for the supplied Filter. |
void |
SQLBuilder.encode(StringBuffer sql,
Expression expression)
Lower level method allowing for the encoding of a single expession in sql |
void |
GeoAPISQLBuilder.encode(StringBuffer sql,
Expression expression)
|
void |
DefaultSQLBuilder.encode(StringBuffer sql,
Expression expression)
Deprecated. |
void |
SQLBuilder.encode(StringBuffer sql,
Filter filter)
Lower level method allowing for the encoding of a single filter in sql |
void |
GeoAPISQLBuilder.encode(StringBuffer sql,
Filter filter)
|
void |
DefaultSQLBuilder.encode(StringBuffer sql,
Filter filter)
Deprecated. |
void |
SQLBuilder.sqlOrderBy(StringBuffer sql,
FIDMapper mapper,
SortBy[] sortBy)
Constructs ORDER BY clause. |
void |
GeoAPISQLBuilder.sqlOrderBy(StringBuffer sql,
FIDMapper mapper,
SortBy[] sortBy)
Generates the order by clause. |
void |
DefaultSQLBuilder.sqlOrderBy(StringBuffer sql,
FIDMapper mapper,
SortBy[] sortBy)
Deprecated. Generates the order by clause. |
void |
SQLBuilder.sqlOrderBy(StringBuffer sql,
SortBy[] sortBy)
Deprecated. use SQLBuilder.sqlOrderBy(StringBuffer, FIDMapper, SortBy[]) |
void |
GeoAPISQLBuilder.sqlOrderBy(StringBuffer sql,
SortBy[] sortBy)
Deprecated. |
void |
DefaultSQLBuilder.sqlOrderBy(StringBuffer sql,
SortBy[] sortBy)
Deprecated. |
void |
SQLBuilder.sqlWhere(StringBuffer sql,
Filter preFilter)
Constructs WHERE clause, if needed, for FILTER. |
void |
GeoAPISQLBuilder.sqlWhere(StringBuffer sql,
Filter preFilter)
Constructs WHERE clause, if needed, for FILTER. |
void |
DefaultSQLBuilder.sqlWhere(StringBuffer sql,
Filter preFilter)
Deprecated. Constructs WHERE clause, if needed, for FILTER. |
Uses of SQLEncoderException in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that throw SQLEncoderException | |
---|---|
protected void |
PostgisSQLBuilder.addOrderByPK(StringBuffer sql,
FIDMapper mapper,
SortOrder sortOrder)
Overrides to support NATURAL_ORDER and REVERSE_ORDER |
String |
PostgisSQLBuilder.buildSQLQuery(String typeName,
FIDMapper mapper,
AttributeDescriptor[] attrTypes,
Filter filter,
SortBy[] sortBy,
Integer offset,
Integer limit)
Overrides to support offset and maxFeatures |
protected ReferencedEnvelope |
PostgisFeatureStore.getEnvelope(Connection conn,
String geomName,
SQLBuilder sqlBuilder,
Filter filter)
|
void |
PostgisSQLBuilder.sqlWhere(StringBuffer sql,
Filter preFilter)
Constructs WHERE clause, if needed, for FILTER. |
Uses of SQLEncoderException in org.geotools.filter |
---|
Methods in org.geotools.filter that throw SQLEncoderException | |
---|---|
String |
SQLEncoder.encode(Expression expression)
Deprecated. Performs the encoding, returns a string of the encoded SQL. |
String |
SQLEncoder.encode(Filter filter)
Deprecated. Performs the encoding, returns a string of the encoded SQL. |
void |
SQLEncoder.encode(Writer out,
Expression expression)
Deprecated. |
void |
SQLEncoder.encode(Writer out,
Filter filter)
Deprecated. Performs the encoding, sends the encoded sql to the writer passed in. |
Constructors in org.geotools.filter that throw SQLEncoderException | |
---|---|
SQLEncoder(Writer out,
Filter filter)
Deprecated. Convenience constructor to perform the whole encoding process at once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |