Uses of Class
org.apache.sis.storage.sql.ResourceDefinition
Packages that use ResourceDefinition
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Data store capable to read and create features from a JDBC connection to a database.
-
Uses of ResourceDefinition in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type ResourceDefinitionModifier and TypeMethodDescriptionprivate void
Database.analyze
(SQLStore store, Connection connection, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer) Creates a model about the specified tables in the database.static 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. -
Uses of ResourceDefinition in org.apache.sis.storage.sql
Fields in org.apache.sis.storage.sql declared as ResourceDefinitionModifier and TypeFieldDescriptionprivate final ResourceDefinition[]
SQLStore.queries
Queries to expose as resources, or an empty array if none.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.(package private) static ResourceDefinition[]
Wraps the given table names and queries in an array of resource definitions.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.