com.mysql.jdbc
Class JDBC4NClob

java.lang.Object
  extended by com.mysql.jdbc.Clob
      extended by com.mysql.jdbc.JDBC4NClob
All Implemented Interfaces:
OutputStreamWatcher, WriterWatcher, java.sql.Clob

public class JDBC4NClob
extends Clob

Simplistic implementation of java.sql.NClob for MySQL Connector/J


Constructor Summary
JDBC4NClob()
           
JDBC4NClob(java.lang.String charDataInit)
           
 
Method Summary
 
Methods inherited from class com.mysql.jdbc.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, streamClosed, truncate, writerClosed, writerClosed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBC4NClob

JDBC4NClob()

JDBC4NClob

JDBC4NClob(java.lang.String charDataInit)