Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.45 KB

File metadata and controls

31 lines (25 loc) · 1.45 KB
title setNClob Method (SQLServerPreparedStatement) | 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 7ec1d24d-f732-44f3-9608-734ce2df4489
author David-Engel
ms.author v-daenge

setNClob Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified object.

Overload List

Name Description
setNClob Method (int, java.sql.NClob) Sets the designated parameter to the specified java.sql.NClob object.
setNClob Method (int, java.io.Reader) Sets the designated parameter to the specified java.io.Reader object.
setNClob Method (int, java.io.Reader, long) Sets the designated parameter to the specified java.io.Reader object, which is the specified number of characters long.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class