Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


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 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

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.