3 커밋 (17908417ae79b7272f6ae05aa28ea3554a2761b5)

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