Uses of Class
org.geotools.jdbc.JDBCState
- 
Packages that use JDBCState Package Description org.geotools.jdbc 
- 
- 
Uses of JDBCState in org.geotools.jdbcMethods in org.geotools.jdbc that return JDBCState Modifier and Type Method Description JDBCStateJDBCFeatureSource. getState()Type narrow toJDBCState.JDBCStateJDBCFeatureStore. getState()Methods in org.geotools.jdbc with parameters of type JDBCState Modifier and Type Method Description protected ConnectionJDBCDataStore. getConnection(JDBCState state)Gets a database connection for the specified feature store.protected voidJDBCDataStore. 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.
 
-