getClob Method (java.lang.String)
Retrieves the value of the designated JDBC BLOB parameter as a Clob object in the Java programming language given the parameter name.
public java.sql.Clob getClob(java.lang.String sCol)
Parameter
sCol
A String that contains the parameter name.
Rückgabewert
A Clob object.
Ausnahmen
Hinweise
This getClob method is specified by the getClob method in the java.sql.CallableStatement interface.
Siehe auch
Verweis
SQLServerCallableStatement Class
Konzepte
getClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members