Uses of Package
org.apache.sis.internal.sql.feature
Packages that use org.apache.sis.internal.sql.feature
Package
Description
Build
DefaultFeatureType
s 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
FeatureType
s 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 ofResultSet
rows toFeature
instances.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-sqlstore
module.Resource keys.Modifies the feature types inferred from database analysis.Builder for the SQL fragment on the right side of theWHERE
keyword.Converter from filters/expressions to theWHERE
part 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 ofBigDecimal
values from the current row of aResultSet
.A getter ofbyte[]
values from the current row of aResultSet
.A getter ofOffsetDateTime
values from the current row of aResultSet
.A getter ofOffsetDateTime
values 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
WHERE
part 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.