Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

oracle.sql
Class NCLOB

java.lang.Object
  extended by oracle.sql.Datum
      extended by oracle.sql.DatumWithConnection
          extended by oracle.sql.CLOB
              extended by oracle.sql.NCLOB
All Implemented Interfaces:
java.io.Serializable, java.sql.Clob, oracle.jdbc.internal.OracleDatumWithConnection, OracleClob, OracleNClob

public class NCLOB
extends CLOB
implements oracle.jdbc.internal.OracleNClob

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
static java.lang.String BUILD_DATE
           
static boolean TRACE
           
 
Fields inherited from class oracle.sql.CLOB
DURATION_CALL, DURATION_SESSION, MAX_CHUNK_SIZE, MODE_READONLY, MODE_READWRITE
 
Method Summary
 
Methods inherited from class oracle.sql.CLOB
close, createTemporary, createTemporary, empty_lob, freeTemporary, freeTemporary, getAsciiOutputStream, getAsciiOutputStream, getAsciiStream, getAsciiStream, getBufferSize, getCharacterOutputStream, getCharacterOutputStream, getCharacterStream, getCharacterStream, getChars, getChunkSize, getEmptyCLOB, getJavaSqlConnection, getPrefetchedDataSize, getSubString, isConvertibleTo, isEmptyLob, isNCLOB, isOpen, isSecureFile, isTemporary, isTemporary, length, open, open, position, position, putChars, putChars, putChars, putString, setAsciiStream, setCharacterStream, setString, setString, stringValue, toJdbc, trim, truncate
 
Methods inherited from class oracle.sql.DatumWithConnection
assertNotNull, assertNotNull, getConnection, getOracleConnection
 
Methods inherited from class oracle.sql.Datum
bigDecimalValue, booleanValue, byteValue, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValue
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jdbc.internal.OracleClob
asciiStreamValue, binaryStreamValue, characterStreamValue, clearCachedData, getAsciiOutputStream, getAsciiOutputStream, getAsciiStream, getBufferSize, getCharacterOutputStream, getCharacterOutputStream, getCharacterStream, getChars, getChunkSize, getDBAccess, getJavaSqlConnection, getLocator, getPrefetchedData, getPrefetchedDataSize, isActivePrefetch, isConvertibleTo, isNCLOB, makeJdbcArray, putChars, putChars, putString, setActivePrefetch, setChunkSize, setLength, setLocator, setPrefetchedData, setPrefetchedData, stringValue, toJdbc, trim
 
Methods inherited from interface oracle.jdbc.OracleClob
close, isEmptyLob, isOpen, isSecureFile, isTemporary, open
 

Field Detail

BUILD_DATE

public static final java.lang.String BUILD_DATE
See Also:
Constant Field Values

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

Copyright © 1998, 2007, Oracle. All rights reserved.