summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Database.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-0/+36
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-8/+33
* fix doc issue #2035207James Ahlborn2008-08-011-1/+1
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-191-1/+27
* add some documentation on large index support (#1564870)James Ahlborn2008-04-161-0/+13
* add support for optionally enabling big index supportJames Ahlborn2008-04-071-7/+50
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-241-3/+1
* truncate file before overwritingJames Ahlborn2008-03-211-0/+1
* add ColumnBuilder utility for simplifying table constructionJames Ahlborn2008-03-151-5/+3
* unused importJames Ahlborn2008-03-141-1/+0
* add method for checking names against reserved words setJames Ahlborn2008-03-141-2/+9
* restrict new tables to only one autonumber columnJames Ahlborn2008-03-141-2/+7
* always return relationships in same order regardless of table parameter order...James Ahlborn2008-03-131-2/+12
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-111-76/+206
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-2/+2
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-1/+2
* use same date for create/update timeJames Ahlborn2008-02-221-1/+2
* user userIds from the file if possible when generating new table access contr...James Ahlborn2008-02-221-23/+67
* pass along Object[], not String[]James Ahlborn2008-02-211-1/+1
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-6/+15
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-161-15/+17
* fix some pmd/findbugs issuesJames Ahlborn2007-11-031-4/+4
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-131-160/+3
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-101-2/+10
* move usagemap implementations into UsageMap in prep for future changes; clean...James Ahlborn2007-07-091-35/+18
* include format in validationJames Ahlborn2007-06-051-1/+1
* when writing table definition, set things up so long variable length columns ...James Ahlborn2007-05-081-8/+14
* add autosync optionJames Ahlborn2007-04-251-5/+53
* add unit test for new copyTable behaviorJames Ahlborn2006-11-131-1/+4
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-121-70/+89
* save set of lookup columnsJames Ahlborn2006-09-251-3/+8
* do not ask me why, but numeric columns are considered variable length, even t...James Ahlborn2006-09-181-3/+3
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-3/+22
* make read-only logic slightly cleanerJames Ahlborn2006-08-251-4/+4
* add support for opening files read-only (#1545857)James Ahlborn2006-08-251-5/+23
* use uppercase names when adding text columns to indexes, which fixes long sta...James Ahlborn2006-08-071-5/+0
* reduce usage of SQLExceptionJames Ahlborn2006-08-041-14/+11
* make database and table iterable; slight rearrangement of logic in getNextRowJames Ahlborn2006-08-041-1/+53
* treat table names as case insensitive; use stored table names when instantiat...James Ahlborn2006-08-041-17/+69
* write tdef page free spaceJames Ahlborn2006-08-041-2/+4
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-311-2/+2
* add write support for numeric/guidJames Ahlborn2006-07-251-2/+7
* Added getName() to TableTim McCune2006-07-031-3/+3
* more tweaking to invalid file handlingJames Ahlborn2006-06-131-2/+2
* better handling of non-existent files in open methodJames Ahlborn2006-06-121-0/+3