Condividi tramite


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)

Parametri

rows

An int that indicates the number of rows to fetch.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerStatement Class

Concetti

SQLServerStatement Methods
SQLServerStatement Members