Uses of Class
org.apache.sis.internal.sql.feature.Column
Packages that use Column
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Uses of Column in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type ColumnModifier and TypeMethodDescriptionprotected final ValueGetter<?> Database.forGeometry(Column columnDefinition) Returns a function for getting values from a geometry or geography column.protected intDatabase.getArrayComponentType(Column columnDefinition) Returns the type of components in SQL arrays stored in a column.protected BinaryEncodingDatabase.getBinaryEncoding(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.protected org.opengis.geometry.EnvelopeDatabase.getEstimatedExtent(TableReference table, Column[] columns, boolean recall) Computes an estimation of the envelope of all geometry columns in the given table.protected ValueGetter<?> Database.getMapping(Column columnDefinition) Returns a function for getting values from a column having the given definition.Method parameters in org.apache.sis.internal.sql.feature with type arguments of type ColumnModifier and TypeMethodDescriptionvoidInfoStatements.completeIntrospection(TableReference source, Map<String, Column> columns) Gets all geometry and raster columns for the given table and sets information on the corresponding columns.protected final voidInfoStatements.configureSpatialColumns(PreparedStatement columnQuery, TableReference source, Map<String, Column> columns, InfoStatements.GeometryTypeEncoding typeValueKind) Implementation ofInfoStatements.completeIntrospection(TableReference, Map)for geometries, as a separated methods for allowing sub-classes to override above-cited method. -
Uses of Column in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis with parameters of type ColumnModifier and TypeMethodDescriptionprotected intPostgres.getArrayComponentType(Column columnDefinition) Returns the type of components in SQL arrays stored in a column.protected BinaryEncodingPostgres.getBinaryEncoding(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.protected org.opengis.geometry.EnvelopePostgres.getEstimatedExtent(TableReference table, Column[] columns, boolean recall) Computes an estimation of the envelope of all geometry columns using PostgreSQL statistics if available.ValueGetter<?> Postgres.getMapping(Column columnDefinition) Returns a function for getting values from a column having the given definition.