Retrieves the maximum number of rows that a
ResultSet
object produced by this
Statement
object can contain. If this limit is exceeded,
the excess rows are silently dropped.
This method should be used when the returned row limit may exceed
Integer.MAX_VALUE
.
The default implementation will return 0
ResultSet
object produced by this Statement
object;
zero means there is no limit
SQLException | if a database access error occurs or
this method is called on a closed Statement |
setMaxRows
Diagram: Statement