다음을 통해 공유


getFetchSize 메서드(SQLServerStatement)

JDBC 드라이버 다운로드

SQLServerStatement 개체에서 생성된 결과 집합 개체의 기본 인출 크기로 사용되는 결과 집합 행 수를 검색합니다.

구문

  
public final int getFetchSize()  

Return Value

setFetchSize 메서드로 지정된 가져오기 크기를 나타내는 int입니다.

예외

SQLServerException

설명

이 getFetchSize 메서드는 java.sql.Statement 인터페이스의 getFetchSize 메서드에 의해 지정됩니다.

참고 항목

SQLServerStatement 멤버
SQLServerStatement 클래스