public final class OracleUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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