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 TypeClassDescriptionclassA 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 SQLStoreDataAccess.storeThe 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 SQLStoreModifierConstructorDescriptionprotectedDataAccess(SQLStore store, boolean write) Creates a new data access object for the given SQL store.