Uses of Class
org.geotools.jdbc.JDBCState
-
Packages that use JDBCState Package Description org.geotools.jdbc -
-
Uses of JDBCState in org.geotools.jdbc
Methods in org.geotools.jdbc that return JDBCState Modifier and Type Method Description JDBCState
JDBCFeatureSource. getState()
Type narrow toJDBCState
.JDBCState
JDBCFeatureStore. getState()
Methods in org.geotools.jdbc with parameters of type JDBCState Modifier and Type Method Description protected Connection
JDBCDataStore. getConnection(JDBCState state)
Gets a database connection for the specified feature store.protected void
JDBCDataStore. releaseConnection(Connection cx, JDBCState state)
Releases an existing connection (paying special attention toTransaction.AUTO_COMMIT
.Constructors in org.geotools.jdbc with parameters of type JDBCState Constructor Description JDBCState(JDBCState state)
Creates the state from an existing one.
-