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 f40b4f0cfd set fk type 7 years ago
..
complex relicense with Apache License 9 years ago
impl set fk type 7 years ago
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
util minor tweak to iterator 8 years ago
BatchUpdateException.java relicense with Apache License 9 years ago
Column.java relicense with Apache License 9 years ago
ColumnBuilder.java updates 7 years ago
ConstraintViolationException.java relicense with Apache License 9 years ago
Cursor.java relicense with Apache License 9 years ago
CursorBuilder.java implement logic to determine if relationship is one-to-one 7 years ago
DataType.java relicense with Apache License 9 years ago
Database.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8 years ago
DatabaseBuilder.java Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
Index.java Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 years ago
IndexBuilder.java implement fkref writing; more error context; make relationship name unique 7 years ago
IndexCursor.java relicense with Apache License 9 years ago
JackcessException.java relicense with Apache License 9 years ago
PropertyMap.java fix borked javadoc tag 9 years ago
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
RelationshipBuilder.java updates 7 years ago
Row.java relicense with Apache License 9 years ago
RowId.java relicense with Apache License 9 years ago
RuntimeIOException.java relicense with Apache License 9 years ago
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 years ago
TableBuilder.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
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 years ago