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.
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