Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gives the Microsoft JDBC Driver for SQL Server a hint as to the number of rows that should be fetched from the database when more rows are needed.
Syntax
public final void setFetchSize(int rows)
Parameters
rows
An int that indicates the number of rows to fetch.
Exceptions
Remarks
This setFetchSize method is specified by the setFetchSize method in the java.sql.Statement interface.