oracle.sql
Class NCLOB

java.lang.Object
  |
  +--oracle.sql.Datum
        |
        +--oracle.sql.CLOB
              |
              +--oracle.sql.NCLOB

public class NCLOB
extends oracle.sql.CLOB


Fields inherited from class oracle.sql.CLOB
DURATION_CALL, DURATION_SESSION, MAX_CHUNK_SIZE, MODE_READONLY, MODE_READWRITE
 
Constructor Summary
NCLOB(oracle.sql.CLOB clob)
          Constructor for wrapping an existing CLOB
NCLOB(oracle.jdbc.OracleConnection conn)
          Constructor for use when constructing a CLOB obtained from an ADT
NCLOB(oracle.jdbc.OracleConnection conn, byte[] lob_descriptor)
           
 
Methods inherited from class oracle.sql.CLOB
asciiStreamValue, binaryStreamValue, characterStreamValue, close, createTemporary, empty_lob, freeTemporary, freeTemporary, getAsciiOutputStream, getAsciiOutputStream, getAsciiStream, getAsciiStream, getBufferSize, getCharacterOutputStream, getCharacterOutputStream, getCharacterStream, getCharacterStream, getChars, getChunkSize, getConnection, getDBAccess, getDBAccess, getJavaSqlConnection, getLocator, getSubString, isConvertibleTo, isEmptyLob, isNCLOB, isOpen, isTemporary, isTemporary, length, makeJdbcArray, open, position, position, putChars, putString, setLocator, toJdbc, trim
 
Methods inherited from class oracle.sql.Datum
bigDecimalValue, booleanValue, byteValue, compareBytes, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timeValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NCLOB

public NCLOB(oracle.sql.CLOB clob)
      throws java.sql.SQLException
Constructor for wrapping an existing CLOB

NCLOB

public NCLOB(oracle.jdbc.OracleConnection conn)
      throws java.sql.SQLException
Constructor for use when constructing a CLOB obtained from an ADT

NCLOB

public NCLOB(oracle.jdbc.OracleConnection conn,
             byte[] lob_descriptor)
      throws java.sql.SQLException