Package com.mysql.cj.jdbc
Class NClob
java.lang.Object
com.mysql.cj.jdbc.Clob
com.mysql.cj.jdbc.NClob
- All Implemented Interfaces:
OutputStreamWatcher,WriterWatcher,java.sql.Clob,java.sql.NClob
public class NClob extends Clob implements java.sql.NClob
Simplistic implementation of java.sql.NClob for MySQL Connector/J
-
Constructor Summary
Constructors Constructor Description NClob(java.lang.String charDataInit, ExceptionInterceptor exceptionInterceptor) -
Method Summary
Methods inherited from class com.mysql.cj.jdbc.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, streamClosed, truncate, writerClosed, writerClosed