aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Cursor.java
Commit message (Expand)AuthorAgeFilesLines
* move files into standard maven dir structureJames Ahlborn2013-08-161-379/+0
* more javadoc cleanup; minor refactor of Joiner iteration methodsJames Ahlborn2013-08-111-0/+1
* expand javadocs for core interfacesJames Ahlborn2013-08-081-5/+11
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-1321/+86
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-271-24/+289
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-1/+1
* Add the Joiner utility and some new methods to IndexCursor to make it easier ...James Ahlborn2011-06-151-18/+47
* make iterator work a little better, allow removeJames Ahlborn2011-03-181-16/+23
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-262/+16
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-271-19/+21
* add ability to customize column value matching in cursor findRow (fixes #3105...James Ahlborn2010-11-121-3/+38
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-311-0/+7
* add some more tests/utility code for row updatesJames Ahlborn2009-11-171-2/+17
* initial update row supportJames Ahlborn2009-11-161-0/+9
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-0/+16
* minor javadoc fixesJames Ahlborn2008-04-221-1/+1
* initial code for implementing read/write multi-page index supportJames Ahlborn2008-04-061-0/+15
* add constants for movement booleansJames Ahlborn2008-04-051-15/+21
* more comment updatesJames Ahlborn2008-04-011-1/+1
* no need to use maxColCount and colNumber when storing row resultsJames Ahlborn2008-03-151-1/+1
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-111-25/+54
* add method for creating Iterable given specific column namesJames Ahlborn2008-03-111-0/+16
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-1/+2
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-1/+0
* test cursorbuilderJames Ahlborn2007-12-051-0/+9
* add ids to savepoints in order to verify legitimacy of restore attemptsJames Ahlborn2007-12-041-9/+63
* fix file copyrightsJames Ahlborn2007-12-031-1/+26
* ditch builder-style methods on cursor impls, create CursorBuilder for simpler...James Ahlborn2007-12-031-19/+26
* implement range-based, index cursorsJames Ahlborn2007-12-021-49/+100
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-291-6/+89
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-291-22/+27
* implement and test index based cursorJames Ahlborn2007-11-281-24/+110
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-281-21/+100
* change how current position is maintained by Cursor; minor tweaks to deleted ...James Ahlborn2007-11-281-67/+298
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-261-25/+112
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-261-103/+112
* add some convenience methods for finding values in a tableJames Ahlborn2007-11-211-45/+105
* clean up forward/reverse logic in CursorJames Ahlborn2007-11-211-34/+85
* add reverse cursor traversalJames Ahlborn2007-11-211-30/+186
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-201-16/+393
* work toward separating table iteration state from the Table classJames Ahlborn2007-11-191-0/+32