Uses of Class
org.apache.sis.internal.sql.feature.SelectionClauseWriter
Packages that use SelectionClauseWriter
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.-
Uses of SelectionClauseWriter in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as SelectionClauseWriterModifier and TypeFieldDescriptionprotected static final SelectionClauseWriter
SelectionClauseWriter.DEFAULT
The default instance.private SelectionClauseWriter
Database.filterToSQL
The converter from filters/expressions to theWHERE
part of SQL statement.private SelectionClauseWriter
FeatureStream.filterToSQL
The visitor to use for converting filters/expressions to SQL statements.Methods in org.apache.sis.internal.sql.feature that return SelectionClauseWriterModifier and TypeMethodDescriptionprotected SelectionClauseWriter
SelectionClauseWriter.duplicate()
Creates a new converter of the same class thanthis
and initialized with the same data.protected SelectionClauseWriter
Database.getFilterToSQL()
Returns the converter from filters/expressions to theWHERE
part of SQL statement.(package private) final SelectionClauseWriter
Database.getFilterToSupportedSQL()
Returns the converter from filters/expressions to theWHERE
part of SQL statement without the functions that are unsupported by the database software.(package private) final SelectionClauseWriter
SelectionClauseWriter.removeUnsupportedFunctions
(Database<?> database) Returns a writer without the functions that are unsupported by the database software.Methods in org.apache.sis.internal.sql.feature with parameters of type SelectionClauseWriterModifier and TypeMethodDescription(package private) final boolean
SelectionClause.tryAppend
(SelectionClauseWriter writer, Filter<? super AbstractFeature> filter) Tries to append a SQL statement for the given filter.Constructors in org.apache.sis.internal.sql.feature with parameters of type SelectionClauseWriterModifierConstructorDescriptionprotected
Creates a new converter initialized to the same handlers than the specified converter. -
Uses of SelectionClauseWriter in org.apache.sis.internal.sql.postgis
Subclasses of SelectionClauseWriter in org.apache.sis.internal.sql.postgisModifier and TypeClassDescription(package private) final class
Converter from filters/expressions to theWHERE
part of SQL statement with PostGIS-specific syntax where useful.Methods in org.apache.sis.internal.sql.postgis that return SelectionClauseWriterModifier and TypeMethodDescriptionprotected SelectionClauseWriter
ExtendedClauseWriter.duplicate()
Creates a new converter of the same class thanthis
and initialized with the same data.protected SelectionClauseWriter
Postgres.getFilterToSQL()
Returns the converter from filters/expressions to theWHERE
part of SQL statement.