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 ecb46de7fd reset position/limit after encoding page 12 年之前
..
complex for consistency 12 年之前
query minor updates 13 年之前
scsu Add compression code for possible future use; add compression unit 16 年之前
BigIndexData.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 年之前
ByteUtil.java add some more useful byte operations 12 年之前
CaseInsensitiveColumnMatcher.java general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 年之前
CodecHandler.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 年之前
CodecProvider.java some tweaks to codec support 13 年之前
Column.java add some more useful byte operations 12 年之前
ColumnBuilder.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 年之前
ColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 年之前
Cursor.java Rename and refactor the Cursor find methods to improve usability 12 年之前
CursorBuilder.java general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 年之前
DataType.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 年之前
Database.java add initial support for linked tables (fixes issue 3479560) 12 年之前
DebugErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 年之前
DefaultCodecProvider.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 年之前
ErrorHandler.java fix spelling 15 年之前
ExportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 年之前
ExportUtil.java Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations 12 年之前
GeneralIndexCodes.java add mostly functional support for access 2010 new general text sort order 13 年之前
GeneralLegacyIndexCodes.java try multiple classloaders when trying to load resources 13 年之前
ImportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 年之前
ImportUtil.java Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) 12 年之前
Index.java Rename and refactor the Cursor find methods to improve usability 12 年之前
IndexBuilder.java refactor table creation 12 年之前
IndexCodes.java some index data handling refactoring for future support of the new text index encodding in 2010 13 年之前
IndexCursor.java Rename and refactor the Cursor find methods to improve usability 12 年之前
IndexData.java add some more useful byte operations 12 年之前
IndexPageCache.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 年之前
JetFormat.java add codec type for access 2007+ encoding 12 年之前
Joiner.java Rename and refactor the Cursor find methods to improve usability 12 年之前
LinkResolver.java add initial support for linked tables (fixes issue 3479560) 12 年之前
NullMask.java Fix problem with reading row from table with deleted/added columns. (fixes 3435774) 12 年之前
PageChannel.java reset position/limit after encoding page 12 年之前
PageTypes.java move index pagetypes to the public type; some minor cleanup 16 年之前
PropertyMap.java add description prop name 13 年之前
PropertyMaps.java add some more useful byte operations 12 年之前
Relationship.java fix copyrights 16 年之前
ReplacementErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 年之前
RowFilter.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 年之前
RowId.java more comment updates 16 年之前
SimpleColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 年之前
SimpleExportFilter.java Add ExportUtil and associated utilities for exporting tables to flat files (thanks to F. Gerbig), patch #3005272 14 年之前
SimpleImportFilter.java fix file copyrights 16 年之前
SimpleIndexData.java add support for creating indexes (except foreign key indexes) on a table when a table is created 13 年之前
Table.java enhance javadoc 12 年之前
TableBuilder.java check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index 13 年之前
TableCreator.java add initial support for linked tables (fixes issue 3479560) 12 年之前
TempBufferHolder.java fix copyrights 16 年之前
TempPageHolder.java allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 年之前
UnsupportedCodecException.java add explicit exception for unsupported encodings 12 年之前
UsageMap.java add some methods to approximate table size 13 年之前