Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.util |
Class and Description |
---|
ColumnMatcher
Interface for handling comparisons between column values.
|
ColumnValidator
Interface which allows for data manipulation/validation as values are being
inserted into a database.
|
ColumnValidatorFactory
Factory which generates appropriate ColumnValidators when Column instances
are created.
|
EntryIterableBuilder
Builder style class for constructing an
IndexCursor entry
Iterable/Iterator. |
ErrorHandler
Handler for errors encountered while reading a column of row data from a
Table.
|
IterableBuilder
Builder style class for constructing a
Cursor Iterable/Iterator. |
LinkResolver
Resolver for linked databases.
|
OleBlob
Extensions of the Blob interface with additional functionality for working
with the OLE content from an access database.
|
OleBlob.Builder
Builder style class for constructing an OleBlob.
|
TableIterableBuilder |
Class and Description |
---|
ColumnMatcher
Interface for handling comparisons between column values.
|
ColumnValidator
Interface which allows for data manipulation/validation as values are being
inserted into a database.
|
ColumnValidatorFactory
Factory which generates appropriate ColumnValidators when Column instances
are created.
|
EntryIterableBuilder
Builder style class for constructing an
IndexCursor entry
Iterable/Iterator. |
ErrorHandler
Handler for errors encountered while reading a column of row data from a
Table.
|
ErrorHandler.Location
Provides location information for an error.
|
IterableBuilder
Builder style class for constructing a
Cursor Iterable/Iterator. |
LinkResolver
Resolver for linked databases.
|
OleBlob
Extensions of the Blob interface with additional functionality for working
with the OLE content from an access database.
|
OleBlob.Builder
Builder style class for constructing an OleBlob.
|
TableIterableBuilder |
Class and Description |
---|
CaseInsensitiveColumnMatcher
Concrete implementation of ColumnMatcher which tests textual columns
case-insensitively (
DataType.TEXT and DataType.MEMO ), and
all other columns using simple equality. |
ColumnMatcher
Interface for handling comparisons between column values.
|
ColumnValidator
Interface which allows for data manipulation/validation as values are being
inserted into a database.
|
ColumnValidatorFactory
Factory which generates appropriate ColumnValidators when Column instances
are created.
|
EntryIterableBuilder
Builder style class for constructing an
IndexCursor entry
Iterable/Iterator. |
ErrorHandler
Handler for errors encountered while reading a column of row data from a
Table.
|
ErrorHandler.Location
Provides location information for an error.
|
ExportFilter
Interface which allows customization of the behavior of the
ExportUtil export methods. |
ExportUtil.Builder
Builder which simplifies configuration of an export operation.
|
ImportFilter
Interface which allows customization of the behavior of the
ImportUtil import methods. |
ImportUtil.Builder
Builder which simplifies configuration of an import operation.
|
IterableBuilder
Builder style class for constructing a
Cursor Iterable/Iterator. |
IterableBuilder.Type |
Joiner
Utility for finding rows based on pre-defined, foreign-key table
relationships.
|
LinkResolver
Resolver for linked databases.
|
MemFileChannel
FileChannel implementation which maintains the entire "file" in memory.
|
OleBlob
Extensions of the Blob interface with additional functionality for working
with the OLE content from an access database.
|
OleBlob.Builder
Builder style class for constructing an OleBlob.
|
OleBlob.CompoundContent
Sub-interface for Content which has the
OleBlob.ContentType.COMPOUND_STORAGE type. |
OleBlob.CompoundContent.Entry
A document entry in the compound storage.
|
OleBlob.Content |
OleBlob.ContentType
Enum describing the types of blob contents which are currently
supported/understood
|
OleBlob.EmbeddedContent
Intermediate sub-interface for Content which has embedded content.
|
OleBlob.PackageContent
Intermediate sub-interface for Content which has a nested package.
|
PatternColumnPredicate
Predicate which tests a column value against a
Pattern . |
ReplacementErrorHandler
Simple implementation of an ErrorHandler which always returns the
configured object.
|
RowFilter
The RowFilter class encapsulates a filter test for a table row.
|
SimpleColumnMatcher
Simple concrete implementation of ColumnMatcher which tests for equality.
|
SimpleColumnValidator
Simple concrete implementation of ColumnValidator which simply returns the
given value.
|
SimpleColumnValidatorFactory
Simple concrete implementation of ColumnValidatorFactory which returns
SimpleColumnValidator.INSTANCE for all columns. |
SimpleExportFilter
Simple concrete implementation of ImportFilter which just returns the given
values.
|
SimpleImportFilter
Simple concrete implementation of ImportFilter which just returns the given
values.
|
TableIterableBuilder |
Copyright © 2005–2024 OpenHMS. All rights reserved.