| Constructor and Description |
|---|
ResultImpl(java.sql.ResultSet rs,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnNames() |
int |
getRowCount() |
java.util.SortedMap[] |
getRows() |
java.lang.Object[][] |
getRowsByIndex() |
boolean |
isLimitedByMaxRows() |
public ResultImpl(java.sql.ResultSet rs,
int maxRows)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object[][] getRowsByIndex()
getRowsByIndex in interface Resultpublic java.lang.String[] getColumnNames()
getColumnNames in interface Resultpublic int getRowCount()
getRowCount in interface Resultpublic boolean isLimitedByMaxRows()
isLimitedByMaxRows in interface Result