Returns the maximum number of rows a result set object can contain for the specified statement object.
Syntax
getMaxRows( statement )
statement.getMaxRows( )
Parameters
statement
|
the statement object to use.
|
Returns
integer
|
the maximum number of rows.
|
Example
maxRows = stmt.getMaxRows( )
|