summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/SimpleIndex.java
Commit message (Expand)AuthorAgeFilesLines
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-3/+11
* oops was not updating entry sizeJames Ahlborn2008-04-191-1/+4
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-051-3/+0
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-051-79/+10
* refactor Index/SimpleIndex to move the Cursor handling back into IndexJames Ahlborn2008-04-051-184/+11
* clear nextPageNumber for held dataPageJames Ahlborn2008-04-031-2/+6
* more comment updatesJames Ahlborn2008-04-011-1/+1
* remove some old commentsJames Ahlborn2008-04-011-11/+0
* refactor Index into abstract base class with SimpleIndex implementation to al...James Ahlborn2008-04-011-0/+471