Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.49 KB

File metadata and controls

34 lines (27 loc) · 1.49 KB
title setClob Method (SQLServerPreparedStatement) | 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 1b148388-01a8-4e2e-bc72-470ce29164de
author David-Engel
ms.author v-daenge

setClob Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to a java.sql.Clob object.

Overload List

Name Description
setClob Method (int, java.io.Reader) Sets the designated parameter to a java.sql.Clob object.
setClob Method (int, java.sql.Clob) Sets the designated parameter to the given java.sql.Clob object.
setClob Method (int, java.io.Reader, long) Sets the designated parameter to a java.sql.Clob object, which is the specified number of characters long.

Remarks

No server driver behavior. For details see JSE 6 API spec.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class