| title | SQLServerNClob Members |
|---|---|
| description | SQLServerNClob Members |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
The following tables list the members exposed by the SQLServerNClob class.
None.
None.
None.
| 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. |
| 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 |