| 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 |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified Reader object, which is the specified number of characters long.
public final void setClob(java.lang.String parameterName,
java.io.Reader value,
long length)
parameterName
A String that contains the parameter name.
value
A Reader object.
length
A long that indicates the number of characters in the stream.
This setClob method is specified by the setClob method in the java.sql.CallableStatement interface.
setClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Members