getFetchSize()

Syntax:

int getFetchSize()
                 throws SQLException

Description:

Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.

Returns:

the default fetch size for result sets generated from this Statement object

Throws:

SQLException - if a database access error occurs or the statement has been closed

Reference:

For more information, reference JDBC documentation for: Statement.getFetchSize()