getFetchSize Method (SQLServerResultSet)
Retrieves the fetch size for this SQLServerResultSet object.
public int getFetchSize()
Valore restituito
An int that indicates the current fetch size.
Eccezioni
Osservazioni
This getFetchSize method is specified by the getFetchSize method in the java.sql.ResultSet interface.