]> source.dussan.org Git - jackcess.git/commit
refactor Index into abstract base class with SimpleIndex implementation to allow...
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 1 Apr 2008 00:54:42 +0000 (00:54 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 1 Apr 2008 00:54:42 +0000 (00:54 +0000)
commita4aaeb3cbaadcc9ae9888d9bbe35f600d9007f39
treee89e75d38e2cdac2a7ba81b6e0aa5deb9999576e
parentb6276a19785a56c9e302d5d8e85892e811003d21
refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@304 f203690c-595d-4dc9-a70b-905162fa7fd2
src/java/com/healthmarketscience/jackcess/Index.java
src/java/com/healthmarketscience/jackcess/JetFormat.java
src/java/com/healthmarketscience/jackcess/SimpleIndex.java [new file with mode: 0644]
src/java/com/healthmarketscience/jackcess/Table.java