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.Data store capable to read and create features from a JDBC connection to a database.
-
Classes in org.apache.sis.internal.sql.feature used by org.apache.sis.internal.sql.featureClassDescriptionHelper methods for creating
FeatureTypes from database structure.The 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.Converter ofResultSetrows toFeatureinstances.Defines an application schema inferred from an SQL database (query, table, etc.).Iterator over feature instances.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.Represents SQL primary key constraint.Description of a relation between two tables, as defined by foreigner keys.Whether another table is using or is used by the table containing theRelation.Warning and error messages that are specific to thesis-sqlstoremodule.Resource keys.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.Description of a table in the database, including columns, primary keys and foreigner keys.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.A getter of values specified as Java array.A getter ofBigDecimalvalues from the current row of aResultSet.A getter ofbyte[]values from the current row of aResultSet.A getter ofOffsetDateTimevalues from the current row of aResultSet.A getter ofOffsetDateTimevalues from the current row of aResultSet. -
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. -
Classes in org.apache.sis.internal.sql.feature used by org.apache.sis.storage.sqlClassDescriptionInformation about a connection to a spatial database and the structure of features in the database.Modifies the feature types inferred from database analysis.