Uses of Class
org.apache.sis.storage.sql.SQLStore
Packages that use SQLStore
Package
Description
Data store capable to read and write features using a JDBC connection to a database.
-
Uses of SQLStore in org.apache.sis.storage.sql
Subclasses of SQLStore in org.apache.sis.storage.sqlModifier and TypeClassDescriptionclass
A concrete data store capable to read and write features from/to a spatial SQL database.Fields in org.apache.sis.storage.sql declared as SQLStoreModifier and TypeFieldDescriptionprotected final SQLStore
DataAccess.store
The data store for which this object is providing data access.Methods in org.apache.sis.storage.sql that return SQLStoreModifier and TypeMethodDescriptionDataAccess.getDataStore()
Returns the SQL store for which this object is providing low-level access.Constructors in org.apache.sis.storage.sql with parameters of type SQLStoreModifierConstructorDescriptionprotected
DataAccess
(SQLStore store, boolean write) Creates a new data access object for the given SQL store.