Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.13 KB

File metadata and controls

40 lines (30 loc) · 1.13 KB
title getCharacterStream Method ()
description getCharacterStream Method ()
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerClob.getCharacterStream
apitype Assembly

getCharacterStream Method ()

[!INCLUDEDriver_JDBC_Download]

Returns the CLOB data as a Reader object or as a stream of characters.

Syntax

  
public java.io.Reader getCharacterStream()  

Return Value

A Reader object that contains the CLOB data.

Exceptions

SQLServerException

Remarks

This getCharacterStream method is specified by the getCharacterStream method in the java.sql.Clob interface.

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class