SQLServerNClob Members
The following tables list the members exposed by the SQLServerNClob class.
Constructors
None.
Fields
None.
Inherited Fields
None.
Methods
Name | Description |
---|---|
free | This method frees the NCLOB object and releases the resources that it holds. |
getAsciiStream | Retrieves the NCLOB value designated by the java.sql.NClob object as an ASCII stream. |
getCharacterStream | Retrieves the NCLOB value designated by the java.sql.NClob object. |
getSubString | Retrieves a copy of the specified substring in the NCLOB value designated by the java.sql.NClob object. |
length | Retrieves the number of characters in the NCLOB value designated by the java.sql.NClob object. |
position | Retrieves the character position of the specified java.sql.NClob object or substring in the java.sql.NClob based on the specified starting position. |
setAsciiStream | Retrieves a stream to be used to write ASCII characters to the NCLOB value that this java.sql.NClob object represents, starting at the specified position. |
setCharacterStream | Retrieves a stream to be used to write a stream of Unicode characters to the NCLOB value that this java.sql.NClob object represents, starting at the specified position. |
setString | Writes the specified String to the NCLOB starting at the specified position. |
truncate | Truncates the NCLOB value to the specified length. |
Inherited Methods
Class inherited from | Methods |
---|---|
java.lang.Object | clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |
java.sql.Clob | free, getAsciiStream, getCharacterStream, getSubString, length, position, setAsciiStream, setCharacterStream, setString, truncate |