Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5 роки тому
..
complex add LocalDateTime variants for various public Date based methods 5 роки тому
expr Add ColumnFormatter utility which can apply Column Format property for display of column values 5 роки тому
impl Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5 роки тому
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 роки тому
util Add ColumnFormatter utility which can apply Column Format property for display of column values 5 роки тому
BatchUpdateException.java relicense with Apache License 9 роки тому
Column.java relicense with Apache License 9 роки тому
ColumnBuilder.java use fromUnitSize 5 роки тому
ConstraintViolationException.java relicense with Apache License 9 роки тому
Cursor.java overrides everywhere 5 роки тому
CursorBuilder.java get javadocs displaying correctly 5 роки тому
DataType.java merge trunk changes through r1258 5 роки тому
Database.java Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5 роки тому
DatabaseBuilder.java get javadocs displaying correctly 5 роки тому
DateTimeType.java add LocalDateTime variants for various public Date based methods 5 роки тому
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 upgrade poi; upgrade various plugins 5 роки тому
InvalidValueException.java initial support for LocalDateTime and Temporal types 5 роки тому
JackcessException.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6 роки тому
PropertyMap.java overrides everywhere 5 роки тому
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 роки тому
RelationshipBuilder.java get javadocs displaying correctly 5 роки тому
Row.java get javadocs displaying correctly 5 роки тому
RowId.java relicense with Apache License 9 роки тому
RuntimeIOException.java relicense with Apache License 9 роки тому
Table.java overrides everywhere 5 роки тому
TableBuilder.java get javadocs displaying correctly 5 роки тому
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 роки тому