]> source.dussan.org Git - jackcess.git/commit
Add the Joiner utility and some new methods to IndexCursor to make it easier to join...
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 15 Jun 2011 13:21:29 +0000 (13:21 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 15 Jun 2011 13:21:29 +0000 (13:21 +0000)
commit69f4ea2454423c631c69444018d850428cfc09d0
tree8694a0b996b8e3eb908fdee5b6e5a4e06a089e11
parentd3ea113a92439aacd69d61445dbfcf8b14e483a3
Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships.

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@565 f203690c-595d-4dc9-a70b-905162fa7fd2
14 files changed:
src/changes/changes.xml
src/java/com/healthmarketscience/jackcess/Cursor.java
src/java/com/healthmarketscience/jackcess/IndexCursor.java
src/java/com/healthmarketscience/jackcess/Joiner.java [new file with mode: 0644]
src/java/com/healthmarketscience/jackcess/Table.java
test/data/V1997/indexTestV1997.mdb
test/data/V2000/indexTestV2000.mdb
test/data/V2003/indexTestV2003.mdb
test/data/V2007/indexTestV2007.accdb
test/data/V2010/indexTestV2010.accdb
test/src/java/com/healthmarketscience/jackcess/CursorTest.java
test/src/java/com/healthmarketscience/jackcess/IndexTest.java
test/src/java/com/healthmarketscience/jackcess/JoinerTest.java [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java