다음을 통해 공유


getClob Method (int)

Retrieves the value of the designated JDBC BLOB parameter as a Clob object in the Java programming language given the parameter index.

public java.sql.Clob getClob(int index)

매개 변수

index

An int that indicates the parameter index.

반환 값

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