| title | setClob Method (java.lang.String, java.sql.Clob) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| ms.assetid | 256b5f55-7a6d-44fb-9a09-19fa39f19c35 | |
| caps.latest.revision | 15 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified Clob object.
public final void setClob(java.lang.String parameterName,
java.sql.Clob x)
parameterName
A String that contains the parameter name.
x
A Clob object.
This setClob method is specified by the setClob method in the java.sql.CallableStatement interface.
setClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Members