共用方式為


setFetchSize Method (SQLServerStatement)

Gives the Microsoft SQL Server 2005 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