]> source.dussan.org Git - jackcess.git/commit
Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 11 Jun 2014 22:23:04 +0000 (22:23 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 11 Jun 2014 22:23:04 +0000 (22:23 +0000)
commit70497648605fd00bed3a62a41605a9aeb410662d
treecb0c0c40706eec5ed4155a2e32d09a375722ccfe
parent9fb7e5415328d6a8468bcbadad804824f6a50957
Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@864 f203690c-595d-4dc9-a70b-905162fa7fd2
src/changes/changes.xml
src/main/java/com/healthmarketscience/jackcess/Cursor.java
src/main/java/com/healthmarketscience/jackcess/impl/CursorImpl.java
src/main/java/com/healthmarketscience/jackcess/impl/IndexCursorImpl.java
src/main/java/com/healthmarketscience/jackcess/impl/TableScanCursor.java
src/test/java/com/healthmarketscience/jackcess/CursorTest.java