Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.26 KB

File metadata and controls

46 lines (33 loc) · 1.26 KB
title setClob Method (java.lang.String, java.sql.Clob) | 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 256b5f55-7a6d-44fb-9a09-19fa39f19c35
author David-Engel
ms.author v-daenge

setClob Method (java.lang.String, java.sql.Clob)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified Clob object.

Syntax

  
public final void setClob(java.lang.String parameterName,  
            java.sql.Clob x)  

Parameters

parameterName

A String that contains the parameter name.

x

A Clob object.

Exceptions

SQLServerException

Remarks

This setClob method is specified by the setClob method in the java.sql.CallableStatement interface.

See Also

setClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Members