Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.36 KB

File metadata and controls

36 lines (30 loc) · 1.36 KB
title setString Method (SQLServerClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerClob.setString
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e329de08-7624-4cf6-9da7-350584e87011
author David-Engel
ms.author v-daenge

setString Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

Writes the given String to the CLOB starting at the given position.

Overload List

Name Description
setString (long, java.lang.String) Writes the given stringto the CLOB starting at the given position.
setString (long, java.lang.String, int, int) Writes the given string to the CLOB starting at the given position, based on the given offset and length.

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class