Uses of Class
org.apache.sis.storage.sql.SQLStoreProvider
Packages that use SQLStoreProvider
Package
Description
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of SQLStoreProvider in org.apache.sis.storage.sql
Constructors in org.apache.sis.storage.sql with parameters of type SQLStoreProviderModifierConstructorDescriptionSQLStore
(SQLStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSQLStore
for the given data source and tables, views or queries.