Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.33 KB

File metadata and controls

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

setString Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Writes the specified String to the NCLOB starting at the specified position.

Overload List

Name Description
setString Method (long, java.lang.String) (SQLServerNClob) Writes the specified String to the NCLOB starting at the specified position.
setString Method (long, java.lang.String, int, int) (SQLServerNClob) Writes the specified string to the NCLOB starting at the specified position, and based on the specified offset and length.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class