|
1. ResultSet.CONCUR_UPDATABLE | |
|
2. ResultSet.TYPE_SCROLL_SENSITIVE | |
|
3. ResultSet: absolute(int row) | |
|
4. ResultSet: close() | |
|
5. ResultSet: deleteRow() | |
|
6. ResultSet.getAsciiStream(int columnIndex) | |
|
7. ResultSet: getBlob(String colName) | |
|
8. ResultSet: getConcurrency() | |
|
9. ResultSet: getInt(String columnName) | |
|
10. ResultSet: getRow() | |
|
11. ResultSet: getString(int columnIndex) |  |
|
12. ResultSet: getTimestamp(int columnIndex) | |
|
13. ResultSet: getType() | |
|
14. ResultSet: insertRow() | |
|
15. ResultSet: isFirst() | |
|
16. ResultSet: last() | |
|
17. ResultSet: moveToInsertRow() | |
|
18. ResultSet: next() | |
|
19. ResultSet: previous() | |
|
20. ResultSet: relative(int rows) | |
|
21. ResultSet: updateRow() | |
|
22. ResultSet: updateDouble(int columnIndex, double x) | |
|
23. ResultSet: updateString(String columnName, String x) | |
|
24. ResultSet: wasNull() | |
|