Uses of Class
org.apache.sis.storage.sql.ResourceDefinition
Packages that use ResourceDefinition
Package
Description
Data store capable to read and write features using 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.protected ResourceDefinition[]
SimpleFeatureStore.readResourceDefinitions
(DataAccess dao) Returns the resource definitions equivalent to the ones specified at construction time.protected abstract ResourceDefinition[]
SQLStore.readResourceDefinitions
(DataAccess dao) A callback for providing the resource definitions of a database, typically from a content table.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 ResourceDefinitionModifierConstructorDescriptionSimpleFeatureStore
(DataStoreProvider provider, StorageConnector connector, ResourceDefinition... resources) Creates a newSimpleFeatureStore
for the given data source and tables, views or queries.