CodeCharge Studiopublic Enumeration getRows(java.lang.String sql,int start,int max); public Enumeration getRows(java.sql.ResultSet,int,int); public Enumeration getRows(java.lang.String); public Enumeration getRows(java.sql.ResultSet);
| Name | Type | Description |
|---|---|---|
| sql | String | The Static SQL SELECT statement |
| start | unt | The position of first record to read |
| max | int | The maximum number of records to read |
This method returns Enumeration of DbRows representing records from the ResultSet