| Name | Description | Type | Package | Framework |
| AppendQueryImpl | Concrete Query subclass which represents an append query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
| AttachmentColumnInfoImpl | Complex column info for a column holding 0 or more attachments per row. | Class | com.healthmarketscience.jackcess.impl.complex | JackCess |
| BaseSelectQueryImpl | Base class for queries which represent some form of SELECT statement. | Class | com.healthmarketscience.jackcess.impl.query | 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 | |
| ByteUtil .ByteStream | Utility byte stream similar to ByteArrayOutputStream but with extended accessibility to the bytes. | Class | com.healthmarketscience.jackcess.impl | 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 |
| ColumnImpl | Access database column definitionAuthor:Tim McCuneUsage:Intermediate: This class requires moderate API knowledge. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| ColumnImpl .SortOrder | Information about the sort order (collation) for a textual column. | Class | com.healthmarketscience.jackcess.impl | 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 |
| 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 |
| CrossTabQueryImpl | Concrete Query subclass which represents a crosstab/pivot query, e. | Class | com.healthmarketscience.jackcess.impl.query | 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 |
| DatabaseImpl | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| DatabaseImpl .FileFormatDetails | Internal details for each FileForrmatUsage:Advanced: This class is for advanced/internal use. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| DataDefinitionQueryImpl | Concrete Query subclass which represents a DDL query. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
| DefaultCodecProvider | Default implementation of CodecProvider which does not have any actual encoding/decoding support. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| DefaultCodecProvider .DummyHandler | CodecHandler implementation which does nothing, useful for databases withConstructor SummaryDefaultCodecProvider. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| DefaultCodecProvider .UnsupportedHandler | CodecHandler implementation which always throws UnsupportedCodecException, useful for databases with unsupported | Class | com.healthmarketscience.jackcess.impl | JackCess |
| DeleteQueryImpl | Concrete Query subclass which represents a delete query, e. | Class | com.healthmarketscience.jackcess.impl.query | 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 |
| IndexCodes | Various constants used for creating index entries. | Class | com.healthmarketscience.jackcess.impl | 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 |
| IndexData .ColumnDescriptor | Information about the columns in an index. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| IndexData .Entry | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| IndexData .EntryType | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| IndexData .PendingChange | Utility class which maintains information about a pending index update. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| IndexImpl | Access table (logical) index. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| IndexImpl .ForeignKeyReference | Information about a foreign key reference defined in an index (when referential integrity should be enforced). | Class | com.healthmarketscience.jackcess.impl | JackCess |
| IndexPageCache | Manager of the index pages for a IndexData. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| JetFormat | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| JetFormat .CodecType | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| MakeTableQueryImpl | Concrete Query subclass which represents an table creation query, e. | Class | com.healthmarketscience.jackcess.impl.query | 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 |
| 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 | |
| PassthroughQueryImpl | Concrete Query subclass which represents a query which will be executed viaAuthor:James Ahlborn | Class | com.healthmarketscience.jackcess.impl.query | 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 |
| 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 |
| QueryImpl .Row | Struct containing the information from a single row of the system queryConstructor SummaryQueryImpl. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
| RelationshipImpl | Information about a relationship between two tables in the database. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| RowIdImpl | Uniquely identifies a row of data within the access database. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| RowIdImpl .Type | Class | com.healthmarketscience.jackcess.impl | JackCess | |
| RowImpl | A row of data as column->value pairs. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| SelectQueryImpl | Concrete Query subclass which represents a select query, e. | Class | com.healthmarketscience.jackcess.impl.query | JackCess |
| TableImpl | A single database table Is not thread-safe. | Class | com.healthmarketscience.jackcess.impl | 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 |
| TempBufferHolder .Type | The caching type for the buffer holder. | Class | com.healthmarketscience.jackcess.impl | JackCess |
| TempPageHolder | Manages a reference to a page buffer. | Class | com.healthmarketscience.jackcess.impl | 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 |
| UnsupportedColumnInfoImpl | Complex column info for an unsupported complex type. | Class | com.healthmarketscience.jackcess.impl.complex | 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 | |
| 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 |