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)

参数

sCol

A String that contains the parameter name.

返回值

A Clob object.

异常

SQLServerException

备注

This getClob method is specified by the getClob method in the java.sql.CallableStatement interface.

另请参见

参考

SQLServerCallableStatement Class

概念

getClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members