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.SQLException
public java.lang.Object[][] getRowsByIndex()
getRowsByIndex
in interface Result
public java.lang.String[] getColumnNames()
getColumnNames
in interface Result
public int getRowCount()
getRowCount
in interface Result
public boolean isLimitedByMaxRows()
isLimitedByMaxRows
in interface Result