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 JDBCFeatureStore.getState()
           
 JDBCState JDBCFeatureSource.getState()
          Type narrow to JDBCState.
 

Methods in org.geotools.jdbc with parameters of type JDBCState
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.
 

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.