C O

C

com.mchange.v2.c3p0.dbms - package com.mchange.v2.c3p0.dbms
 
createTemporaryBLOB(Connection, boolean, int) - Static method in class com.mchange.v2.c3p0.dbms.OracleUtils
Uses Oracle-specific API on the raw, underlying Connection to create a temporary BLOB.
createTemporaryCLOB(Connection, boolean, int) - Static method in class com.mchange.v2.c3p0.dbms.OracleUtils
Uses Oracle-specific API on the raw, underlying Connection to create a temporary CLOB.

O

OracleUtils - Class in com.mchange.v2.c3p0.dbms
A convenience class for OracleUsers who wish to use Oracle-specific Connection API without working directly with c3p0 raw connection operations.

C O