com.ibm.as400.access
Class AS400JDBCNClob

java.lang.Object
  extended by com.ibm.as400.access.AS400JDBCClob
      extended by com.ibm.as400.access.AS400JDBCNClob
All Implemented Interfaces:
Clob, NClob

public class AS400JDBCNClob
extends AS400JDBCClob
implements NClob

The AS400JDBCNClob class provides access to character large objects. The data is valid only within the current transaction.


Field Summary
 
Fields inherited from class com.ibm.as400.access.AS400JDBCClob
data_, maxLength_
 
Method Summary
 
Methods inherited from class com.ibm.as400.access.AS400JDBCClob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate