Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.43 KB

File metadata and controls

31 lines (25 loc) · 1.43 KB
title setString Method (SQLServerNClob) | 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 2195ec6b-3cd1-4e57-90ba-89d111e20ea4
author David-Engel
ms.author v-daenge

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