|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |