|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mchange.v2.c3p0.dbms.OracleUtils
public final class OracleUtils
A convenience class for OracleUsers who wish to use Oracle-specific Connection API without working directly with c3p0 raw connection operations.
Method Summary | |
---|---|
static oracle.sql.BLOB |
createTemporaryBLOB(java.sql.Connection c3p0ProxyCon,
boolean cache,
int duration)
Uses Oracle-specific API on the raw, underlying Connection to create a temporary BLOB. |
static oracle.sql.CLOB |
createTemporaryCLOB(java.sql.Connection c3p0ProxyCon,
boolean cache,
int duration)
Uses Oracle-specific API on the raw, underlying Connection to create a temporary CLOB. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static oracle.sql.BLOB createTemporaryBLOB(java.sql.Connection c3p0ProxyCon, boolean cache, int duration) throws java.sql.SQLException
c3p0ProxyCon
- may be a c3p0 proxy for an oracle.jdbc.driver.OracleConnection, or an
oracle.jdbc.driver.OracleConnection directly.
java.sql.SQLException
public static oracle.sql.CLOB createTemporaryCLOB(java.sql.Connection c3p0ProxyCon, boolean cache, int duration) throws java.sql.SQLException
c3p0ProxyCon
- may be a c3p0 proxy for an oracle.jdbc.driver.OracleConnection, or an
oracle.jdbc.driver.OracleConnection directly.
java.sql.SQLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |