Uses of Class
org.apache.sis.internal.sql.feature.Database
Packages that use Database
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Uses of Database in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return DatabaseModifier and TypeMethodDescriptionstatic Database<?> Database.create(SQLStore store, DataSource source, Connection connection, GeometryLibrary geomLibrary, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer, StoreListeners listeners) Creates a new handler for a spatial database.Constructors in org.apache.sis.internal.sql.feature with parameters of type DatabaseModifierConstructorDescriptionprotectedInfoStatements(Database<?> database, Connection connection) Creates an initially emptyCachedStatementswhich will use the given connection for creatingPreparedStatements. -
Uses of Database in org.apache.sis.internal.sql.postgis
Subclasses of Database in org.apache.sis.internal.sql.postgisModifier and TypeClassDescriptionfinal classPostgres<G>Information about a connection to a PostgreSQL + PostGIS database.