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)
參數
sCol
A String that contains the parameter name.
傳回值
A Clob object.
例外狀況
備註
This getClob method is specified by the getClob method in the java.sql.CallableStatement interface.
另請參閱
參考
SQLServerCallableStatement Class
概念
getClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members