Uses of Interface
org.synchronoss.cpo.CpoReleasible

Packages that use CpoReleasible
org.synchronoss.cpo.jdbc   
org.synchronoss.cpo.transform.jdbc   
 

Uses of CpoReleasible in org.synchronoss.cpo.jdbc
 

Classes in org.synchronoss.cpo.jdbc that implement CpoReleasible
 class JdbcCallableStatementFactory
          JdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.
 class JdbcPreparedStatementFactory
          JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.
 

Methods in org.synchronoss.cpo.jdbc with parameters of type CpoReleasible
 void JdbcPreparedStatementFactory.AddReleasible(CpoReleasible releasible)
          Adds a releasible object to this object.
 void JdbcCallableStatementFactory.AddReleasible(CpoReleasible releasible)
          Adds a releasible object to this object.
 

Uses of CpoReleasible in org.synchronoss.cpo.transform.jdbc
 

Classes in org.synchronoss.cpo.transform.jdbc that implement CpoReleasible
 class OracleTemporaryBlob
           
 class OracleTemporaryClob
           
 



Copyright © 2009. All Rights Reserved.