OracleClob Constructors
OracleClob
constructors create instances of the OracleClob
class bound to a temporary CLOB
.
Overload List:
-
This constructor creates an instance of the
OracleClob
class bound to a temporaryCLOB
with anOracleConnection
object. -
OracleClob(OracleConnection, bool, bool)
This constructor creates an instance of the
OracleClob
class that is bound to a temporaryCLOB
, with anOracleConnection
object, a boolean value for caching, and a boolean value forNCLOB
.