3 Revize (17908417ae79b7272f6ae05aa28ea3554a2761b5)

Autor SHA1 Zpráva Datum
  James Ahlborn 17908417ae relicense with Apache License před 9 roky
  James Ahlborn 7049764860 Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId před 10 roky
  James Ahlborn 417fb06208 move files into standard maven dir structure před 10 roky
  James Ahlborn 36e962f975 more javadoc cleanup; minor refactor of Joiner iteration methods před 11 roky
  James Ahlborn dccac86c85 expand javadocs for core interfaces před 11 roky
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 před 11 roky
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability před 12 roky
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) před 12 roky
  James Ahlborn 69f4ea2454 Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships. před 13 roky
  James Ahlborn 87848aae42 make iterator work a little better, allow remove před 13 roky
  James Ahlborn 48e87a4564 general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order před 13 roky
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) před 13 roky
  James Ahlborn daa13d12fe add ability to customize column value matching in cursor findRow (fixes #3105829) před 13 roky
  James Ahlborn 4aae259be1 add more jet3 tests, disable index lookups for jet3 před 14 roky
  James Ahlborn efca0b593b add some more tests/utility code for row updates před 14 roky
  James Ahlborn a49de754bc initial update row support před 14 roky
  James Ahlborn 57b7412966 Add ErrorHandler utility for customizing error handling during row před 15 roky
  James Ahlborn b530c3d58a minor javadoc fixes před 16 roky
  James Ahlborn c262ce564f initial code for implementing read/write multi-page index support před 16 roky
  James Ahlborn a85e7e333e add constants for movement booleans před 16 roky
  James Ahlborn 1830cdea4f more comment updates před 16 roky
  James Ahlborn 446e80d696 no need to use maxColCount and colNumber when storing row results před 16 roky
  James Ahlborn 379669147b add support for reading table relationships; minor refactor of table creation; minor features added to cursorbuilder před 16 roky
  James Ahlborn cd8798cb54 add method for creating Iterable given specific column names před 16 roky
  James Ahlborn 3bbc8a0eef More fixes for index parsing. Believe index names are now correctly před 16 roky
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings před 16 roky
  James Ahlborn c44e3f4799 test cursorbuilder před 16 roky
  James Ahlborn 6d8b4e03a8 add ids to savepoints in order to verify legitimacy of restore attempts před 16 roky
  James Ahlborn b873018902 fix file copyrights před 16 roky
  James Ahlborn 8614c39231 ditch builder-style methods on cursor impls, create CursorBuilder for simpler construction of Cursors před 16 roky
  James Ahlborn bca9319ef7 implement range-based, index cursors před 16 roky
  James Ahlborn 34b536c894 more minor tweaks and enhanced cursor tests před 16 roky
  James Ahlborn ff8135d7a3 rename skip methods; minor code cleanups před 16 roky
  James Ahlborn c3ca22f650 implement and test index based cursor před 16 roky
  James Ahlborn a926006cdd implement save/restore in Cursor; use during find calls před 16 roky
  James Ahlborn f7c4cad8e5 change how current position is maintained by Cursor; minor tweaks to deleted row handling in Index.EntryCursor před 16 roky
  James Ahlborn 2c900e17e9 make usagemap cursor work similarly to Cursor; handle live additions and deletions better před 16 roky
  James Ahlborn d14cd35986 further refactoring of table/cursor; initial iterator for index to allow for indexed cursors před 16 roky
  James Ahlborn d40e7e7227 add some convenience methods for finding values in a table před 16 roky
  James Ahlborn 1c3ffff58c clean up forward/reverse logic in Cursor před 16 roky
  James Ahlborn 01c8f369cf add reverse cursor traversal před 16 roky
  James Ahlborn e39f2d1d3d Move table iteration out of Table and into Cursor. First stage in před 16 roky
  James Ahlborn 5bbf41da2d work toward separating table iteration state from the Table class před 16 roky