Uses of Class
org.geotools.data.jdbc.MutableFIDFeature

Packages that use MutableFIDFeature
org.geotools.data.jdbc   
org.geotools.data.oracle   
 

Uses of MutableFIDFeature in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type MutableFIDFeature
protected  void JDBCTextFeatureWriter.doInsert(MutableFIDFeature current)
          Deprecated. Override that uses sql statements to perform the operation.
protected  void JDBCFeatureWriter.doInsert(MutableFIDFeature mutable)
          Deprecated. Inserts a feature into the database.
protected  void JDBCPSFeatureWriter.doInsert(MutableFIDFeature current)
          Deprecated. Override that uses prepared statements to perform the operation.
protected  void JDBCPSFeatureWriter.remove(MutableFIDFeature current)
          Deprecated. Override that uses prepared statements to perform the operation.
 

Uses of MutableFIDFeature in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle with parameters of type MutableFIDFeature
protected  void OracleFeatureWriter.doInsert(MutableFIDFeature current)
          Override that uses sql prepaired statements to perform the operation.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.