| Name | Description | Type | Package | Framework |
| AppendQuery | Query interface which represents an append query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| AppendQueryImpl | Concrete Query subclass which represents an append query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| Attachment | Complex value corresponding to an attachment. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| AttachmentColumnInfo | Complex column info for a column holding 0 or more attachments per row. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| AttachmentColumnInfoImpl | Complex column info for a column holding 0 or more attachments per row. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
|
| BaseSelectQuery | Base interface for queries which represent some form of SELECT statement. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| BaseSelectQueryImpl | Base class for queries which represent some form of SELECT statement. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| BatchUpdateException | JackcessException which is thrown from multi-add-row Table methods which indicates how many rows were successfully written before the | Class | com.healthmarketscience.jackcess | JackCess |
|
| ByteArrayBuilder | Utility class for constructing byte[]s where the final size of the data is not known beforehand. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ByteUtil | | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| CaseInsensitiveColumnMatcher | Concrete implementation of ColumnMatcher which tests textual columns case-insensitively (DataType. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| CodecHandler | Interface for a handler which can encode/decode a specific access pageAuthor:James Ahlborn | Interface | com.healthmarketscience.jackcess.impl | JackCess |
|
| CodecProvider | Interface for a provider which can generate CodecHandlers for various types of database encodings. | Interface | com.healthmarketscience.jackcess.impl | JackCess |
|
| Column | Access database column definition. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| ColumnBuilder | Builder style class for constructing a Column. | Class | com.healthmarketscience.jackcess | JackCess |
|
| ColumnImpl | Access database column definitionAuthor:Tim McCuneUsage:Intermediate: This class requires moderate API knowledge. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ColumnMatcher | Interface for handling comparisons between column values. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ColumnValidator | Interface which allows for data manipulation/validation as values are being inserted into a database. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ColumnValidatorFactory | Factory which generates appropriate ColumnValidators when Column instancesAuthor:James Ahlborn | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ComplexColumnInfo | Base class for the additional information tracked for complex columns. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| ComplexColumnInfoImpl | Base class for the additional information tracked for complex columns. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
|
| ComplexColumnSupport | Utility code for loading complex columns. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ComplexDataType | enum ComplexDataTypeextends EnumSecondary type classification for the data in a complex column. | Class | com.healthmarketscience.jackcess.complex | JackCess |
|
| ComplexValue | Base interface for a value in a complex column (where there may be multiple values for a single row in the main table). | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| ComplexValueForeignKey | Value which is returned for a complex column. | Class | com.healthmarketscience.jackcess.complex | JackCess |
|
| ComplexValueForeignKeyImpl | Value which is returned for a complex column. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
|
| CompoundOleUtil | Utility code for working with OLE data which is in the compound storage format. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ConstraintViolationException | JackcessException which indicates that the failure was caused by a database constraint violation. | Class | com.healthmarketscience.jackcess | JackCess |
|
| CrossTabQuery | Query interface which represents a crosstab/pivot query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| CrossTabQueryImpl | Concrete Query subclass which represents a crosstab/pivot query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| Cursor | Manages iteration for a Table. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| CursorBuilder | Builder style class for constructing a Cursor. | Class | com.healthmarketscience.jackcess | JackCess |
|
| CursorImpl | Manages iteration for a Table. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| CustomToStringStyle | Custom ToStringStyle for use with ToStringBuilder. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| Database | An Access database instance. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| DatabaseBuilder | Builder style class for opening/creating a Database. | Class | com.healthmarketscience.jackcess | JackCess |
|
| DatabaseImpl | | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| DataDefinitionQuery | Query interface which represents a DDL query. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| DataDefinitionQueryImpl | Concrete Query subclass which represents a DDL query. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| DataType | enum DataTypeextends EnumSupported access data types. | Class | com.healthmarketscience.jackcess | JackCess |
|
| DebugErrorHandler | information about bad row data (great for bug reports!). | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| DefaultCodecProvider | Default implementation of CodecProvider which does not have any actual encoding/decoding support. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| DeleteQuery | Query interface which represents a delete query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| DeleteQueryImpl | Concrete Query subclass which represents a delete query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| EntryIterableBuilder | Builder style class for constructing an IndexCursor entryAuthor:James AhlbornUsage:General: This class is general use. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| ErrorHandler | Handler for errors encountered while reading a column of row data from a Table. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ExportFilter | Interface which allows customization of the behavior of the ExportUtil export methods. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ExportUtil | Utility class for exporting tables from an Access database to other formats. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| GeneralIndexCodes | Various constants used for creating "general" (access 2010+) sort order text index entries. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| GeneralLegacyIndexCodes | Various constants used for creating "general legacy" (access 2000-2007) sort order text index entries. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ImportFilter | Interface which allows customization of the behavior of the ImportUtil import methods. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| ImportUtil | Utility class for importing tables to an Access database from other sources. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| Index | Access database index definition. | Class | com.healthmarketscience.jackcess | JackCess |
|
| IndexBuilder | Builder style class for constructing an Index. | Class | com.healthmarketscience.jackcess | JackCess |
|
| IndexCodes | Various constants used for creating index entries. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| IndexCursor | Cursor backed by an Index with extended traversal options. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| IndexCursorImpl | Cursor backed by an index with extended traversal options. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| IndexData | Access table index data. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| IndexImpl | Access table (logical) index. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| IndexPageCache | Manager of the index pages for a IndexData. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| IterableBuilder | Builder style class for constructing a Cursor Iterable/Iterator. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| JackcessException | Base class for specific exceptions thrown by Jackcess. | Class | com.healthmarketscience.jackcess | JackCess |
|
| JetFormat | | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| Joiner | Utility for finding rows based on pre-defined, foreign-key tableAuthor:James AhlbornUsage:General: This class is general use. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| LinkResolver | Resolver for linked databases. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| MakeTableQuery | Query interface which represents an table creation query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| MakeTableQueryImpl | Concrete Query subclass which represents an table creation query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| MemFileChannel | FileChannel implementation which maintains the entire "file" in memory. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| MultiValueColumnInfo | Complex column info for a column holding multiple simple values per row. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| MultiValueColumnInfoImpl | Complex column info for a column holding multiple simple values per row. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
|
| NullMask | Bitmask that indicates whether or not each column in a row is null. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| OleBlob | Extensions of the Blob interface with additional functionality for working with the OLE content from an access database. | Interface | com.healthmarketscience.jackcess.util | JackCess |
|
| OleUtil | Utility code for working with OLE data. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| PageChannel | | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| PageTypes | | Interface | com.healthmarketscience.jackcess.impl | JackCess |
|
| PassthroughQuery | Query interface which represents a query which will be executed via ODBC. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| PassthroughQueryImpl | Concrete Query subclass which represents a query which will be executed viaAuthor:James Ahlborn | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| PropertyMap | Map of properties for a database object. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| PropertyMapImpl | Map of properties for a database object. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| PropertyMaps | Collection of PropertyMap instances read from a single property data block. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| Query | Base interface for classes which encapsulate information about an Access query. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| QueryFormat | Constants used by the query data parsing. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| QueryImpl | Base class for classes which encapsulate information about an Access query. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| Relationship | Information about a relationship between two tables in the Database. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| RelationshipImpl | Information about a relationship between two tables in the database. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| ReplacementErrorHandler | Simple implementation of an ErrorHandler which always returns theAuthor:James AhlbornUsage:Intermediate: This class requires moderate API knowledge. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| Row | A row of data as column name->value pairs. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| RowFilter | The RowFilter class encapsulates a filter test for a table row. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| RowId | Uniquely identifies a row of data within the access database. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| RowIdImpl | Uniquely identifies a row of data within the access database. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| RowImpl | A row of data as column->value pairs. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| RuntimeIOException | RuntimeException wrapper around an IOExceptionAuthor:James AhlbornSee Also:Serialized Form | Class | com.healthmarketscience.jackcess | JackCess |
|
| SelectQuery | Query interface which represents a select query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| SelectQueryImpl | Concrete Query subclass which represents a select query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| SimpleColumnMatcher | Simple concrete implementation of ColumnMatcher which tests for equality. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| SimpleColumnValidator | Simple concrete implementation of ColumnValidator which simply returns theAuthor:James Ahlborn | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| SimpleColumnValidatorFactory | Simple concrete implementation of ColumnValidatorFactory which returns SimpleColumnValidator. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| SimpleExportFilter | Simple concrete implementation of ImportFilter which just returns the givenAuthor:James AhlbornUsage:General: This class is general use. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| SimpleImportFilter | Simple concrete implementation of ImportFilter which just returns the givenAuthor:James AhlbornUsage:General: This class is general use. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| SingleValue | Complex value corresponding to an single value in a multi-value column. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| Table | A single database table. | Interface | com.healthmarketscience.jackcess | JackCess |
|
| TableBuilder | Builder style class for constructing a Table. | Class | com.healthmarketscience.jackcess | JackCess |
|
| TableImpl | A single database table Is not thread-safe. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| TableIterableBuilder | Builder style class for constructing a Database Iterable/Iterator for Tables. | Class | com.healthmarketscience.jackcess.util | JackCess |
|
| TableScanCursor | Simple un-indexed cursor. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| TempBufferHolder | Manages a reference to a ByteBuffer. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| TempPageHolder | Manages a reference to a page buffer. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| UnionQuery | Query interface which represents a UNION query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| UnionQueryImpl | Concrete Query subclass which represents a UNION query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| UnsupportedCodecException | Exception thrown by a CodecHandler to indicate that the current encoding is not supported. | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| UnsupportedColumnInfo | Complex column info for an unsupported complex type. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| UnsupportedColumnInfoImpl | Complex column info for an unsupported complex type. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
|
| UnsupportedValue | Complex value corresponding to an unsupported complex column type. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| UpdateQuery | Query interface which represents a row update query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
|
| UpdateQueryImpl | Concrete Query subclass which represents a row update query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
|
| UsageMap | | Class | com.healthmarketscience.jackcess.impl | JackCess |
|
| Version | Complex value corresponding to a version of a memo column. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| VersionHistoryColumnInfo | Complex column info for a column which tracking the version history of an "append only" memo column. | Interface | com.healthmarketscience.jackcess.complex | JackCess |
|
| VersionHistoryColumnInfoImpl | Complex column info for a column which tracking the version history of an "append only" memo column. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |