Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.36 KB

setnclob-method-sqlserverpreparedstatement.md

File metadata and controls

28 lines (22 loc) · 1.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
setNClob Method (SQLServerPreparedStatement)
setNClob Method (SQLServerPreparedStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

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