Uses of Class
org.apache.sis.storage.sql.DataAccess
Packages that use DataAccess
Package
Description
Data store capable to read and write features using a JDBC connection to a database.
-
Uses of DataAccess in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return DataAccessModifier and TypeMethodDescriptionSQLStore.newDataAccess
(boolean write) Creates a new low-level data access object.Methods in org.apache.sis.storage.sql with parameters of type DataAccessModifier and TypeMethodDescriptionprotected 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.