Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.11 KB

File metadata and controls

53 lines (42 loc) · 3.11 KB
title SQLServerNClob Members | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid b063f191-175e-4430-aab7-d88907f4ebec
author David-Engel
ms.author v-daenge

SQLServerNClob Members

[!INCLUDEDriver_JDBC_Download]

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

See Also

SQLServerClob Class