Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.16 KB

File metadata and controls

43 lines (30 loc) · 1.16 KB
title setClob Method (java.lang.String, java.sql.Clob)
description setClob Method (java.lang.String, java.sql.Clob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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