Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database. Java.Sql.SQLException if an error occurs accessing the database or if max 0.
Get method documentation [Android Documentation]
Gets the maximum number of rows that a ResultSet can contain when
produced from this statement. If the limit is exceeded, the excess rows
are discarded silently.
Set method documentation [Android Documentation]
Sets the maximum number of rows that any ResultSet can contain.
If the number of rows exceeds this value, the additional rows are
silently discarded.