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.
Statement
object
SQLException | if a database access error occurs or
this method is called on a closed Statement |
setFetchSize
Diagram: Statement