Uses of Class
org.apache.sis.storage.sql.ResourceDefinition
Packages that use ResourceDefinition
Package
Description
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of ResourceDefinition in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return ResourceDefinitionModifier and TypeMethodDescriptionstatic ResourceDefinition
Creates a resource definition for a SQL query.static ResourceDefinition
Creates a resource definition for a table or a view in any catalog and schema of the database.static ResourceDefinition
Creates a resource definition for a table or a view in the database.Constructors in org.apache.sis.storage.sql with parameters of type ResourceDefinitionModifierConstructorDescriptionSQLStore
(SQLStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSQLStore
for the given data source and tables, views or queries.