You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 6 年之前
..
complex relicense with Apache License 9 年之前
impl Create new usage map correctly when adding an index to an existing table. fixes #147 6 年之前
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 年之前
util provide accessors for defaults config 7 年之前
BatchUpdateException.java relicense with Apache License 9 年之前
Column.java relicense with Apache License 9 年之前
ColumnBuilder.java implement sql type to DataType conversions specific to access 2016 format 6 年之前
ConstraintViolationException.java relicense with Apache License 9 年之前
Cursor.java relicense with Apache License 9 年之前
CursorBuilder.java Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 年之前
DataType.java implement sql type to DataType conversions specific to access 2016 format 6 年之前
Database.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 年之前
DatabaseBuilder.java Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 年之前
Index.java Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 年之前
IndexBuilder.java update javadocs, minor cleanups 7 年之前
IndexCursor.java relicense with Apache License 9 年之前
JackcessException.java relicense with Apache License 9 年之前
PropertyMap.java Add some additional property keys and relevant enums for values 6 年之前
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 年之前
RelationshipBuilder.java Add option to specify relationship name, fixes pull request #4 7 年之前
Row.java relicense with Apache License 9 年之前
RowId.java relicense with Apache License 9 年之前
RuntimeIOException.java relicense with Apache License 9 年之前
Table.java Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9 年之前
TableBuilder.java update javadocs, minor cleanups 7 年之前
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8 年之前