SQLServerNClob Members
The following tables list the members exposed by the SQLServerNClob class.
Constructors
None.
Fields
None.
Inherited Fields
None.
Methods
Name |
Description |
---|---|
This method frees the NCLOB object and releases the resources that it holds. |
|
Retrieves the NCLOB value designated by the java.sql.NClob object as an ASCII stream. |
|
Retrieves the NCLOB value designated by the java.sql.NClob object. |
|
Retrieves a copy of the specified substring in the NCLOB value designated by the java.sql.NClob object. |
|
Retrieves the number of characters in the NCLOB value designated by the java.sql.NClob object. |
|
Retrieves the character position of the specified java.sql.NClob object or substring in the java.sql.NClob based on the specified starting position. |
|
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. |
|
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. |
|
Writes the specified String to the NCLOB starting at the specified position. |
|
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 |