|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface QueryResult
Method Summary | |
int |
getColumnCount()
Method getColumnCount |
int |
getColumnIndex(java.lang.String columnName)
Method getColumnIndex |
java.lang.String |
getColumnName(int columnIndex)
Method getColumnName |
java.lang.Class |
getColumnType(int columnIndex)
Method getColumnType |
int |
getRowCount()
Method getRowCount |
java.lang.Object[] |
getRowData(int rowIndex)
Method getRowData |
Method Detail |
public int getRowCount()
public int getColumnCount()
public java.lang.String getColumnName(int columnIndex)
columnIndex
- public java.lang.Class getColumnType(int columnIndex)
columnIndex
- public java.lang.Object[] getRowData(int rowIndex)
rowIndex
- public int getColumnIndex(java.lang.String columnName)
columnName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |