Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.62 KB

File metadata and controls

30 lines (24 loc) · 1.62 KB
title getNCharacterStream Method (SQLServerResultSet) | 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 69620047-78fd-4be9-a245-1851afaeac1b
author David-Engel
ms.author v-daenge

getNCharacterStream Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.

Overload List

Name Description
getNCharacterStream Method (int) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.
getNCharacterStream Method (java.lang.String) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.

See Also

SQLServerResultSet Members
SQLServerResultSet Class