aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/IndexCursorImpl.java
Commit message (Expand)AuthorAgeFilesLines
* use new general 97 index supportJames Ahlborn2019-08-161-45/+40
* overrides everywhereJames Ahlborn2018-12-201-0/+6
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-32/+26
* relicense with Apache LicenseJames Ahlborn2015-04-171-14/+11
* only need to generate index row values once per lookup iteration James Ahlborn2014-09-221-6/+23
* IndexCursor can early exit when searching based on indexed values, fixes 109James Ahlborn2014-09-211-21/+24
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the R...James Ahlborn2014-06-111-9/+22
* add some convenience methods for working with primary keysJames Ahlborn2014-03-241-0/+9
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+510