setFetchSize Method (SQLServerStatement)

Gives the Microsoft SQL Server JDBC Driver a hint as to the number of rows that should be fetched from the database when more rows are needed.

public final void setFetchSize(int rows)

매개 변수

rows

An int that indicates the number of rows to fetch.

예외

SQLServerException

주의

This setFetchSize method is specified by the setFetchSize method in the java.sql.Statement interface.

참고

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members