Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.31 KB

File metadata and controls

31 lines (25 loc) · 1.31 KB
title getCharacterStream Method (SQLServerClob) | 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 3d9bb5b0-f943-4463-99e3-cc7178a2fb1e
author David-Engel
ms.author v-daenge

getCharacterStream Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the Clob value designated by the java.sql.Clob object as a java.io.Reader object.

Overload List

Name Description
getCharacterStream Method () Returns the Clob data as a java.io.Reader object or as a stream of characters.
getCharacterStream Method (long, long) Returns the Clob data as a java.io.Reader object or as a stream of characters with the specified position and length.

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class