Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Class and Description |
---|
CodecProvider
Interface for a provider which can generate CodecHandlers for various types
of database encodings.
|
ColumnImpl.SortOrder
Information about the sort order (collation) for a textual column.
|
JetFormat
Encapsulates constants describing a specific version of the Access Jet format
|
Class and Description |
---|
BaseEvalContext |
ByteArrayBuilder
Utility class for constructing
byte[]s where the final size of the
data is not known beforehand. |
ByteUtil.ByteStream
Utility byte stream similar to ByteArrayOutputStream but with extended
accessibility to the bytes.
|
CodecHandler
Interface for a handler which can encode/decode a specific access page
encoding.
|
CodecProvider
Interface for a provider which can generate CodecHandlers for various types
of database encodings.
|
ColEvalContext |
ColumnImpl
Access database column definition
|
ColumnImpl.AutoNumberGenerator
Base class for the supported autonumber types.
|
ColumnImpl.SortOrder
Information about the sort order (collation) for a textual column.
|
CursorImpl
Manages iteration for a Table.
|
CustomToStringStyle
Custom ToStringStyle for use with ToStringBuilder.
|
DatabaseImpl |
DatabaseImpl.FileFormatDetails
Internal details for each FileForrmat
|
GeneralLegacyIndexCodes
Various constants used for creating "general legacy" (access 2000-2007)
sort order text index entries.
|
IndexCursorImpl
Cursor backed by an index with extended traversal options.
|
IndexData
Access table index data.
|
IndexData.ColumnDescriptor
Information about the columns in an index.
|
IndexData.Entry
A single leaf entry in an index (points to a single row)
|
IndexData.EntryCursor
Utility class to traverse the entries in the Index.
|
IndexData.EntryType
type attributes for Entries which simplify comparisons
|
IndexData.PendingChange
Utility class which maintains information about a pending index update.
|
IndexImpl
Access table (logical) index.
|
IndexImpl.ForeignKeyReference
Information about a foreign key reference defined in an index (when
referential integrity should be enforced).
|
JetFormat
Encapsulates constants describing a specific version of the Access Jet format
|
JetFormat.CodecType |
NullMask
Bitmask that indicates whether or not each column in a row is null.
|
PageChannel
Reads and writes individual pages in a database file
|
PropertyMapImpl
Map of properties for a database object.
|
PropertyMaps
Collection of PropertyMap instances read from a single property data block.
|
RelationshipImpl
Information about a relationship between two tables in the database.
|
RowEvalContext |
RowIdImpl
Uniquely identifies a row of data within the access database.
|
RowIdImpl.Type
type attributes for RowIds which simplify comparisons
|
RowImpl
A row of data as column->value pairs.
|
SqlHelper
Helper class to isolate the java.sql module interactions from the core of
jackcess (in java 9+ environments).
|
TableImpl
A single database table
|
TableImpl.IndexFeature |
TableImpl.RowState
Maintains the state of reading/updating a row of data.
|
TableMutator
Common helper class used to maintain state during table mutation.
|
TempBufferHolder
Manages a reference to a ByteBuffer.
|
TempBufferHolder.Type
The caching type for the buffer holder.
|
TempPageHolder
Manages a reference to a page buffer.
|
UsageMap
Describes which database pages a particular table uses
|
UsageMap.PageCursor
Utility class to traverse over the pages in the UsageMap.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.