aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/CursorImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-271-65/+79
* overrides everywhereJames Ahlborn2018-12-201-0/+44
* upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-1/+1
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* only need to generate index row values once per lookup iteration James Ahlborn2014-09-221-10/+38
* IndexCursor can early exit when searching based on indexed values, fixes 109James Ahlborn2014-09-211-5/+23
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the R...James Ahlborn2014-06-111-0/+36
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+961