Uses of Class
org.apache.sis.internal.sql.feature.InfoStatements
Packages that use InfoStatements
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Uses of InfoStatements in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return InfoStatementsModifier and TypeMethodDescriptionprotected InfoStatementsDatabase.createInfoStatements(Connection connection) Prepares a cache of statements about spatial information using the given connection.Methods in org.apache.sis.internal.sql.feature with parameters of type InfoStatementsModifier and TypeMethodDescriptionabstract TValueGetter.getValue(InfoStatements stmts, ResultSet source, int columnIndex) Gets the value in the column at specified index.protected static Collection<?> ValueGetter.toCollection(InfoStatements stmts, ValueGetter<?> cmget, Array array) Converts the given SQL array to a Java array and free the SQL array. -
Uses of InfoStatements in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis that return InfoStatementsModifier and TypeMethodDescriptionprotected InfoStatementsPostgres.createInfoStatements(Connection connection) Prepares a cache of statements about spatial information using the given connection.Constructors in org.apache.sis.internal.sql.postgis with parameters of type InfoStatementsModifierConstructorDescriptionRasterReader(InfoStatements spatialRefSys) Creates a new reader.RasterWriter(InfoStatements spatialRefSys) Creates a new writer.