getFetchSize 메서드(SQLServerStatement)
이 SQLServerStatement 개체에서 생성된 결과 집합 개체의 기본 인출 크기인 결과 집합 행 수를 검색합니다.
구문
public final int getFetchSize()
Return Value
setFetchSize 메서드에 의해 지정된 인출 크기를 나타내는 int입니다.
예외
설명
이 getFetchSize 메서드는 java.sql.Statement 인터페이스의 getFetchSize 메서드에 의해 지정됩니다.