aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/ColumnBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Account for character sizes when copying column lengths, fixes #158James Ahlborn2024-05-081-1/+1
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-261-0/+8
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-171-4/+3
* use fromUnitSizeJames Ahlborn2018-12-291-11/+11
* implement sql type to DataType conversions specific to access 2016 formatJames Ahlborn2018-01-171-2/+13
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-081-0/+1
* updatesJames Ahlborn2016-08-181-3/+3
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-4/+3
* rework public api for adding index/column, ditch TableModBuilderJames Ahlborn2016-06-241-1/+13
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* remove unused loggersJames Ahlborn2015-03-261-4/+0
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-191-24/+50
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-25/+30
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-311-2/+29
* fix creation of calculated fieldsJames Ahlborn2014-09-161-0/+5
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-131-0/+47
* add ability to set properties in the various BuldersJames Ahlborn2014-09-091-3/+33
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-071-5/+3
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+355