13.3.2 OracleClob Constructors

OracleClob constructors create instances of the OracleClob class bound to a temporary CLOB.

Overload List:

  • OracleClob(OracleConnection)

    This constructor creates an instance of the OracleClob class bound to a temporary CLOB with an OracleConnection object.

  • OracleClob(OracleConnection, bool, bool)

    This constructor creates an instance of the OracleClob class that is bound to a temporary CLOB, with an OracleConnection object, a boolean value for caching, and a boolean value for NCLOB.