|
Class Summary |
| BigIndex |
Implementation of an Access table index which supports large indexes. |
| ByteUtil |
Byte manipulation and display utilities |
| Column |
Access database column definition |
| ColumnBuilder |
Builder style class for constructing a Column. |
| Cursor |
Manages iteration for a Table. |
| Cursor.Id |
Identifier for a cursor. |
| Cursor.Position |
Value object which maintains the current position of the cursor. |
| Cursor.Savepoint |
Value object which represents a complete save state of the cursor. |
| CursorBuilder |
Builder style class for constructing a Cursor. |
| Database |
An Access database. |
| Index |
Access table index |
| Index.ColumnDescriptor |
Information about the columns in an index. |
| Index.Entry |
A single leaf entry in an index (points to a single row) |
| IndexCodes |
Various constants used for creating index entries. |
| IndexPageCache |
Manager of the index pages for a BigIndex. |
| IndexPageCache.CacheDataPage |
IndexPageCache implementation of an Index Index.DataPage. |
| JetFormat |
Encapsulates constants describing a specific version of the Access Jet format |
| NullMask |
Bitmask that indicates whether or not each column in a row is null. |
| PageChannel |
Reads and writes individual pages in a database file |
| Relationship |
Information about a relationship between two tables in the database. |
| RowId |
Uniquely identifies a row of data within the access database. |
| SimpleImportFilter |
Simple concrete implementation of ImportFilter which just returns the given
values. |
| SimpleIndex |
Simple implementation of an Access table index |
| Table |
A single database table |
| TableBuilder |
Builder style class for constructing a Column. |
| TempBufferHolder |
Manages a reference to a ByteBuffer. |
| TempPageHolder |
Manages a reference to a page buffer. |
| UsageMap |
Describes which database pages a particular table uses |