| ????????? | ??????????????? | ????????????????????? |
|---|---|---|
| boolean | absolute(int row) | |
| void | afterLast() | |
| void | beforeFirst() | |
| void | beforeFirst() | |
| void | deleteRow() | ?????????????????????ResultSet?????????????????????????????????????????????ResultSet???close????????????????????????????????????????????????????????????ResultSet??????????????????????????????????????????????????? |
| boolean | first() | |
| Blob | getBlob(int columnIndex) | java.sql.Blob???????????????????????????java.sql.Clob??????????????????????????????????????????????????????????????? |
| Blob | getBlob(String column-Name) | |
| Clob | getClob(int columnIndex) | |
| Clob | getClob(String column-Name) | |
| int | getConcurrency() | Statement??????????????????CONCUR_READ_ONLY???????????????????????????????????????ResultSet.CONCUR_READ_ONLY?????????????????? ??????????????????Statement??????????????????CONCUR_UPDATABLE???????????????????????????????????????????????????SQL???????????????????????????????????????????????????????????????????????????SQL????????????????????????????????????????????????getConcurrency()???ResultSet.CONCUR_UPDATABLE????????????????????????SQL???????????????????????????????????????????????????ResultSet.CONCUR_READ_ONLY?????????????????? |
| int | getFetchDirection() | |
| int | getFetchSize() | Always returns 1. |
| int | getRow() | |
| void | insertRow() | |
| boolean | isAfterLast() | |
| boolean | isBeforeFirst | |
| boolean | isFirst() | |
| boolean | isLast() | |
| boolean | last() | |
| void | moveToCurrentRow() | |
| void | moveToInsertRow() | |
| boolean | previous() | |
| boolean | rowDeleted() | ???????????????????????????????????????????????????????????????????????????????????????false??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????true?????????????????? |
| boolean | rowInserted() | ??????false?????????????????? |
| boolean | rowUpdated() | ???????????????????????????????????????????????????????????????????????????????????????false??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????true?????????????????? |
| boolean | relative(int rows) | |
| void | setFetchDirection(int direction) | |
| void | setFetchSize(int rows) | A fetch size of 1 is the only size supported. |
| void | updateRow() | ???????????????????????????ResultSet????????????????????????????????????????????? ResultSet???close????????????????????????????????????????????????????????????ResultSet??????????????????????????????????????????????????? |