Retrieves the fetch size for this SQLServerResultSet object.
public int getFetchSize()
Return Value
An integer that indicates the current fetch size.
Exceptions
Remarks
This getFetchSize method is specified by the getFetchSize method in the java.sql.ResultSet interface.