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 the rows parameter is out of range.
Get method documentation [Android Documentation]
Gets the default number of rows for a fetch for the ResultSet
objects returned from this statement.
Set method documentation [Android Documentation]
Sets the fetch size. This is a hint to the JDBC driver about how many
rows should be fetched from the database when more are required by
application processing.