다음을 통해 공유


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