Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.25 KB

File metadata and controls

31 lines (25 loc) · 1.25 KB
title setString Method (SQLServerClob)
description setString Method (SQLServerClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerClob.setString
apitype Assembly

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 string to 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