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.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.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
Methods in org.apache.sis.internal.sql.postgis that return SelectionClauseWriterModifier and TypeMethodDescriptionprotected SelectionClauseWriterPostgres.getFilterToSQL()Returns the converter from filters/expressions to theWHEREpart of SQL statement.