OracleBlob Constructors

OracleBlob constructors are listed in Table 13-10.

Overload List:

  • OracleBlob(OracleConnection)

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

  • OracleBlob(OracleConnection, bool)

    This constructor creates an instance of the OracleBlob class bound to a temporary BLOB with an OracleConnection object and a boolean value for caching.