getFetchSize()
Syntax:
int getFetchSize() throws SQLException
Description:
Retrieves the fetch size for this ResultSet
object.
Returns:
the current fetch size for this ResultSet
object
Throws:
SQLException - if a database access error occurs or this method is called on a closed result set
Reference:
For more information, reference JDBC documentation for: ResultSet.getFetchSize()