Uses of Class
org.apache.sis.internal.sql.feature.SelectionClauseWriter
Packages that use SelectionClauseWriter
Package
Description
Build
DefaultFeatureTypes 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 SelectionClauseWriterSelectionClauseWriter.DEFAULTThe default instance.private SelectionClauseWriterDatabase.filterToSQLThe converter from filters/expressions to theWHEREpart of SQL statement.private SelectionClauseWriterFeatureStream.filterToSQLThe visitor to use for converting filters/expressions to SQL statements.Methods in org.apache.sis.internal.sql.feature that return SelectionClauseWriterModifier and TypeMethodDescriptionprotected SelectionClauseWriterSelectionClauseWriter.duplicate()Creates a new converter of the same class thanthisand initialized with the same data.protected SelectionClauseWriterDatabase.getFilterToSQL()Returns the converter from filters/expressions to theWHEREpart of SQL statement.(package private) final SelectionClauseWriterDatabase.getFilterToSupportedSQL()Returns the converter from filters/expressions to theWHEREpart of SQL statement without the functions that are unsupported by the database software.(package private) final SelectionClauseWriterSelectionClauseWriter.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 booleanSelectionClause.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 SelectionClauseWriterModifierConstructorDescriptionprotectedCreates 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 classConverter from filters/expressions to theWHEREpart of SQL statement with PostGIS-specific syntax where useful.Methods in org.apache.sis.internal.sql.postgis that return SelectionClauseWriterModifier and TypeMethodDescriptionprotected SelectionClauseWriterExtendedClauseWriter.duplicate()Creates a new converter of the same class thanthisand initialized with the same data.protected SelectionClauseWriterPostgres.getFilterToSQL()Returns the converter from filters/expressions to theWHEREpart of SQL statement.