Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.79 KB

File metadata and controls

53 lines (41 loc) · 2.79 KB
title SQLServerClob Members
description SQLServerClob Members
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apitype Assembly

SQLServerClob Members

[!INCLUDEDriver_JDBC_Download]

The following tables list the members exposed by the SQLServerClob class.

Constructors

Name Description
SQLServerClob Initializes a new instance of the SQLServerClob class.

Fields

None.

Inherited Fields

None.

Methods

Name Description
free This method frees the CLOB object and releases the resources that it holds.
getAsciiStream Materializes the Clob as an ASCII stream.
getCharacterStream Returns the Clob data as a java.io.Reader object or as a stream of characters.
getSubString Returns a copy of the specified substring in the Clob based on the specified starting position and number of characters to copy.
length Returns the number of characters in the Clob.
position Returns the character position of the specified Clob object or substring in the Clob based on the specified starting position.
setAsciiStream Returns a stream to be used to write ASCII characters to the Clob starting at the specified position.
setCharacterStream Returns a stream to be used to write a stream of Unicode characters to the Clob starting at the specified position.
setString Writes the given string to the Clob starting at the specified position.
truncate Truncates the Clob to the specified length.

Inherited Methods

Class inherited from Methods
java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

See Also

SQLServerClob Class