summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/CursorBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-7/+38
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-271-3/+3
* add ability to customize column value matching in cursor findRow (fixes #3105...James Ahlborn2010-11-121-0/+11
* more comment updatesJames Ahlborn2008-04-011-1/+1
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-111-2/+27
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-3/+3
* test cursorbuilderJames Ahlborn2007-12-051-13/+1
* fix file copyrightsJames Ahlborn2007-12-031-1/+26
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-031-0/+228