OracleClob(OracleConnection)
This constructor creates an instance of the OracleClob
class bound to a temporary CLOB
with an OracleConnection
object.
Declaration
// C#
public OracleClob(OracleConnection con);
Parameters
-
con
The
OracleConnection
object.
Exceptions
InvalidOperationException
- The OracleConnection
is not open or has been closed during the lifetime of the object.
Remarks
The connection must be opened explicitly by the application. OracleClob
does not open the connection implicitly. The temporary CLOB
utilizes the provided connection to store CLOB
data. Caching is not enabled by default.