Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.46 KB

File metadata and controls

51 lines (36 loc) · 1.46 KB
title setClob Method (java.lang.String, java.io.Reader, long) | 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 bc9fddea-134e-4440-ba54-a1f74bb40c46
author David-Engel
ms.author v-daenge

setClob Method (java.lang.String, java.io.Reader, long)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified Reader object, which is the specified number of characters long.

Syntax

  
public final void setClob(java.lang.String parameterName,  
            java.io.Reader value,  
            long length)  

Parameters

parameterName

A String that contains the parameter name.

value

A Reader object.

length

A long that indicates the number of characters in the stream.

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