aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/IndexData.java
Commit message (Expand)AuthorAgeFilesLines
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-2377/+0
* implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...James Ahlborn2013-07-051-5/+3
* initial support for optionally enforcing foreign-key constraints (fixes featu...James Ahlborn2012-11-201-2/+1
* add some more useful byte operationsJames Ahlborn2012-03-141-2/+1
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-271-2/+2
* refactor table creationJames Ahlborn2011-11-171-13/+17
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-0/+1
* add some methods to approximate table sizeJames Ahlborn2011-07-161-0/+7
* better handling of read-only indexesJames Ahlborn2011-04-161-0/+4
* require writeable index for system catalogJames Ahlborn2011-04-161-0/+4
* handle different versions of general sort order correctlyJames Ahlborn2011-04-051-7/+9
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-041-14/+38
* some index data handling refactoring for future support of the new text index...James Ahlborn2011-04-011-325/+43
* add additional (unknown) flag when writing indexesJames Ahlborn2011-03-181-0/+2
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-0/+24
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-19/+129
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-271-0/+2481