Uses of Package
org.apache.sis.internal.sql.feature
Packages that use org.apache.sis.internal.sql.feature
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Classes in org.apache.sis.internal.sql.feature used by org.apache.sis.internal.sql.featureClassDescriptionThe way binary data are encoded in a table column.Information (name, data type…) about a table column.Information about a connection to a spatial database and the structure of features in the database.A set of prepared statements to create when first needed and to reuse as long as the connection is in scope.Specifies how the geometry type is encoded in the
"GEOMETRY_TYPE"column.Warning and error messages that are specific to thesis-sqlstoremodule.Modifies the feature types inferred from database analysis.Builder for the SQL fragment on the right side of theWHEREkeyword.Converter from filters/expressions to theWHEREpart of SQL statement.A (catalog, schema, table) name tuple, which can be used as keys in hash map.Description of the type of values in a column, together with a method for fetching the values from a result set. -
Classes in org.apache.sis.internal.sql.feature used by org.apache.sis.internal.sql.postgisClassDescriptionThe way binary data are encoded in a table column.Information (name, data type…) about a table column.Information about a connection to a spatial database and the structure of features in the database.A set of prepared statements to create when first needed and to reuse as long as the connection is in scope.Converter from filters/expressions to the
WHEREpart of SQL statement.A (catalog, schema, table) name tuple, which can be used as keys in hash map.Description of the type of values in a column, together with a method for fetching the values from a result set.