summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove unused static methods in cursor implsJames Ahlborn2013-03-173-222/+8
* add return values from most modification methods; add unit tests for new modi...James Ahlborn2013-03-164-73/+111
* use ints for cursorids as the object names could change, split tablescancurso...James Ahlborn2013-03-162-204/+230
* add more details to unsupported index exceptionsJames Ahlborn2013-03-162-26/+25
* add RuntimeException wrapper for IOExceptionJames Ahlborn2013-03-1510-29/+75
* add addRow FromMap methods, add Row update/delete methodsJames Ahlborn2013-03-154-7/+102
* don't need init method on import/export filters after allJames Ahlborn2013-03-156-37/+0
* simplify cursor interface (remove redundant iterator methods)James Ahlborn2013-03-152-83/+84
* add RowId to RowJames Ahlborn2013-03-155-12/+47
* adding explicit row typeJames Ahlborn2013-03-1522-195/+298
* move the last of the impls out of core apiJames Ahlborn2013-03-159-236/+354
* fix docsJames Ahlborn2013-03-141-2/+2
* move RowId impl into RowIdImpl, clean up Relationship apiJames Ahlborn2013-03-149-176/+217
* second pass of class shuffling, push util classes into util packageJames Ahlborn2013-03-1425-32/+76
* first step separating impl from apiJames Ahlborn2013-03-1451-116/+245
* clean up complex column classesJames Ahlborn2013-03-128-247/+273
* fix unit testsJames Ahlborn2013-03-121-1/+2
* clean up a bunch of loose ends in the interfaces; get unit tests compilingJames Ahlborn2013-03-1215-186/+338
* cleanup unnecessary constructors; make many members finalJames Ahlborn2013-03-094-238/+141
* no longer use ColumnImpl to construct new tables; rip out some useless debug ...James Ahlborn2013-03-0816-243/+284
* move cursor impls to CursorImpl and IndexCursorImplJames Ahlborn2013-03-0513-1790/+2059
* shuffle some default instancesJames Ahlborn2013-03-054-37/+36
* make abstract classes interfaces insteadJames Ahlborn2013-03-059-203/+128
* move internals of Column into ColumnImplJames Ahlborn2013-03-0533-2575/+2684
* move Index internals to IndexImplJames Ahlborn2013-03-0311-466/+531
* move Table internals to TableImplJames Ahlborn2013-03-0321-2455/+2564
* oops, forgot new Database class; pull some internal details out of FileFormatJames Ahlborn2013-03-023-23/+489
* separate Database into internal and external; remove SimpleIndexData; make fk...James Ahlborn2013-03-0223-1206/+234
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-282-5/+21
* add cookbook reference to front pageJames Ahlborn2013-02-232-0/+17
* finish some basic contentJames Ahlborn2013-02-232-8/+55
* prepare for releaseJames Ahlborn2013-02-191-1/+1
* cookbook updatesJames Ahlborn2013-02-031-3/+80
* initial support for optionally enforcing foreign-key constraints (fixes featu...James Ahlborn2012-11-206-75/+570
* update faqJames Ahlborn2012-11-201-14/+52
* add support for hyperlink columnsJames Ahlborn2012-11-082-4/+52
* fix typoJames Ahlborn2012-10-161-1/+1
* plugin updates, sf updatesJames Ahlborn2012-10-161-56/+56
* prep for releaseJames Ahlborn2012-10-161-1/+1
* not enough content for nowJames Ahlborn2012-10-161-1/+1
* Fix some more edge cases in date/time conversions (fixes issue 92)James Ahlborn2012-10-152-7/+26
* expand test coverage, minor tweaksJames Ahlborn2012-09-241-1/+3
* Added the MemFileChannel to enable working with dbs completely in memoryJames Ahlborn2012-09-243-1/+487
* Added DatabaseBuilder in for more convenient and flexible Database open/createJames Ahlborn2012-09-234-71/+343
* Add some more functionality to Joiner to facilitate integrity enforcement (ha...James Ahlborn2012-08-262-3/+37
* more cookbook workJames Ahlborn2012-07-261-2/+62
* enhance javadocJames Ahlborn2012-07-261-32/+37
* add jackcess encrypt link to other resourcesJames Ahlborn2012-07-211-0/+6
* start cooking the cookbookJames Ahlborn2012-07-122-0/+85
* prep for releaseJames Ahlborn2012-07-111-1/+1