public abstract int getFetchSize () throws SQLException

Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object. If this Statement object has not set a fetch size by calling the method setFetchSize, the return value is implementation-specific.

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

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed Statement

See also:
setFetchSize

Since:  1.2