Class DataStreamAbstract.NClobSer

java.lang.Object
javax.sql.rowset.serial.SerialClob
xyz.cofe.sql.stream.DataStreamAbstract.NClobSer
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.sql.Clob, java.sql.NClob
Enclosing class:
DataStreamAbstract

public static class DataStreamAbstract.NClobSer
extends javax.sql.rowset.serial.SerialClob
implements java.sql.NClob
Clob значение
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    NClobSer​(char[] ch)  
    NClobSer​(java.lang.String str)  
    NClobSer​(java.lang.StringBuilder str)  
    NClobSer​(java.sql.Clob clob)  
  • Method Summary

    Methods inherited from class javax.sql.rowset.serial.SerialClob

    clone, equals, free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, hashCode, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate

    Methods inherited from class java.lang.Object

    finalize, getClass, 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
  • Constructor Details

    • NClobSer

      public NClobSer​(java.lang.String str) throws javax.sql.rowset.serial.SerialException, java.sql.SQLException
      Throws:
      javax.sql.rowset.serial.SerialException
      java.sql.SQLException
    • NClobSer

      public NClobSer​(java.lang.StringBuilder str) throws javax.sql.rowset.serial.SerialException, java.sql.SQLException
      Throws:
      javax.sql.rowset.serial.SerialException
      java.sql.SQLException
    • NClobSer

      public NClobSer​(char[] ch) throws javax.sql.rowset.serial.SerialException, java.sql.SQLException
      Throws:
      javax.sql.rowset.serial.SerialException
      java.sql.SQLException
    • NClobSer

      public NClobSer​(java.sql.Clob clob) throws javax.sql.rowset.serial.SerialException, java.sql.SQLException
      Throws:
      javax.sql.rowset.serial.SerialException
      java.sql.SQLException