Uses of Class
org.geotools.jdbc.JDBCState

Packages that use JDBCState
org.geotools.jdbc   
 

Uses of JDBCState in org.geotools.jdbc
 

Methods in org.geotools.jdbc that return JDBCState
 JDBCState JDBCFeatureSource.getState()
          Type narrow to JDBCState.
 JDBCState JDBCFeatureStore.getState()
           
 

Methods in org.geotools.jdbc with parameters of type JDBCState
protected  java.sql.Connection JDBCDataStore.getConnection(JDBCState state)
          Gets a database connection for the specified feature store.
protected  void JDBCDataStore.releaseConnection(java.sql.Connection cx, JDBCState state)
          Releases an existing connection.
 

Constructors in org.geotools.jdbc with parameters of type JDBCState
JDBCState(JDBCState state)
          Creates the state from an existing one.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.