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