]> source.dussan.org Git - jackcess.git/commit
further refactoring of table/cursor; initial iterator for index to allow for indexed...
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 26 Nov 2007 04:40:55 +0000 (04:40 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 26 Nov 2007 04:40:55 +0000 (04:40 +0000)
commitd14cd359868ad5472e9bbf1f92185af44a9c98ac
tree93a1922e9096283ff5cb6145ba9ba938470b397b
parentd40e7e7227a22b0cb8f3cbe1f52728a8fa0e08e5
further refactoring of table/cursor; initial iterator for index to allow for indexed cursors

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@182 f203690c-595d-4dc9-a70b-905162fa7fd2
src/java/com/healthmarketscience/jackcess/Cursor.java
src/java/com/healthmarketscience/jackcess/Index.java
src/java/com/healthmarketscience/jackcess/RowId.java
src/java/com/healthmarketscience/jackcess/Table.java
src/java/com/healthmarketscience/jackcess/UsageMap.java
test/src/java/com/healthmarketscience/jackcess/CursorTest.java