aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Database.java
Commit message (Expand)AuthorAgeFilesLines
* move files into standard maven dir structureJames Ahlborn2013-08-161-389/+0
* expand javadocs for core interfacesJames Ahlborn2013-08-081-2/+7
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-2550/+120
* add methods to get the actual attachment contentJames Ahlborn2013-06-021-2/+1
* add more methods to Database for retrieving RelationshipsJames Ahlborn2013-05-311-22/+102
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-281-0/+16
* initial support for optionally enforcing foreign-key constraints (fixes featu...James Ahlborn2012-11-201-1/+55
* Added the MemFileChannel to enable working with dbs completely in memoryJames Ahlborn2012-09-241-1/+6
* Added DatabaseBuilder in for more convenient and flexible Database open/createJames Ahlborn2012-09-231-69/+167
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-011-34/+260
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-271-4/+4
* ensure new database is flushed after creation as some users drop the Database...James Ahlborn2011-12-061-0/+1
* refactor table creationJames Ahlborn2011-11-171-86/+8
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-7/+16
* start adding some usage information in javadocJames Ahlborn2011-08-211-17/+107
* make table loading re-entrant; load ace table on first useJames Ahlborn2011-08-161-58/+129
* add Database.getSystemTableNames to enable retrieving the list of system/hidd...James Ahlborn2011-07-291-4/+19
* try multiple classloaders when trying to load resourcesJames Ahlborn2011-06-101-2/+20
* check for too many pk indexes on a table; add convenience method to TableBuil...James Ahlborn2011-05-151-0/+8
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-181-0/+25
* better handling of read-only indexesJames Ahlborn2011-04-161-3/+0
* require writeable index for system catalogJames Ahlborn2011-04-161-0/+3
* more tweaks to sort order reading in v1997; read code page info from db def p...James Ahlborn2011-04-061-4/+27
* fix sort order reading in v1997; set col sort order to db default when writin...James Ahlborn2011-04-051-0/+12
* handle different versions of general sort order correctlyJames Ahlborn2011-04-051-3/+4
* add empty 2010 db resourceJames Ahlborn2011-04-051-1/+1
* add method to grab default sort orderJames Ahlborn2011-03-311-0/+15
* minor refactorJames Ahlborn2011-03-231-42/+32
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-201-56/+190
* add nominal support for access 2010, essentially read-only until the new text...James Ahlborn2011-03-141-1/+2
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-65/+345
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-2/+32
* minor refactorsJames Ahlborn2010-11-271-26/+33
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-031-0/+52
* implement some tweaks which allow jackcess to be used on the android platform...James Ahlborn2010-11-031-8/+59
* add FileFormat.MSISAMJames Ahlborn2010-11-031-1/+2
* initial support for encoded databases, MSISAM support (issue #3065010)James Ahlborn2010-10-221-4/+36
* add support for de-masking database header and reading database passwordJames Ahlborn2010-10-161-0/+61
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-231-7/+189
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-161-1/+1
* Fix some places where table/column names were not being handled case-insensit...James Ahlborn2010-06-061-3/+3
* cleanup stream on database open failureJames Ahlborn2010-04-071-9/+24
* enable big index support by defaultJames Ahlborn2010-04-071-12/+19
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-071-1/+0
* merge branch newformats changes through r453James Ahlborn2010-03-261-13/+158
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-071-119/+62
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-3/+11
* update docsJames Ahlborn2009-06-131-1/+1
* return ordered set of table namesJames Ahlborn2009-06-131-2/+3
* add database method to load queriesJames Ahlborn2009-05-261-0/+67