Interface | Description |
---|---|
Column |
Access database column definition.
|
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.
|
Database |
An Access database instance.
|
Index |
Access database index definition.
|
Index.Column |
Information about a Column in an Index
|
IndexCursor |
Cursor backed by an
Index with extended traversal options. |
PropertyMap |
Map of properties for a database object.
|
PropertyMap.EnumValue |
Interface for enums which can be used as property values.
|
PropertyMap.Property |
Info about a property defined in a PropertyMap.
|
Relationship |
Information about a relationship between two tables in the
Database . |
Row |
A row of data as column name->value pairs.
|
RowId |
Uniquely identifies a row of data within the access database.
|
Table |
A single database table.
|
TableDefinition |
The definition of a single database table.
|
TableMetaData |
Basic metadata about a single database Table.
|
Class | Description |
---|---|
ColumnBuilder |
Builder style class for constructing a
Column . |
CursorBuilder |
Builder style class for constructing a
Cursor . |
DatabaseBuilder |
Builder style class for opening/creating a
Database . |
IndexBuilder |
Builder style class for constructing an
Index . |
IndexBuilder.Column |
Information about a column in this index (name and ordering).
|
RelationshipBuilder |
Builder style class for constructing a
Relationship , and,
optionally, the associated backing foreign key (if referential integrity
enforcement is enabled). |
TableBuilder |
Builder style class for constructing a
Table . |
Enum | Description |
---|---|
Database.FileFormat |
Enum which indicates which version of Access created the database.
|
DataType |
Supported access data types.
|
DateTimeType |
Enum for selecting how a Database returns date/time types.
|
PropertyMap.DisplayControl |
Enum value constants for the DisplayControl property
|
PropertyMap.IMEMode |
Enum value constants for the IMEMode property
|
PropertyMap.IMESentenceMode |
Enum value constants for the IMESentenceMode property
|
PropertyMap.TextFormat |
Enum value constants for the TextFormat property
|
Relationship.JoinType | |
Table.ColumnOrder |
enum which controls the ordering of the columns in a table.
|
TableMetaData.Type |
Exception | Description |
---|---|
BatchUpdateException |
JackcessException which is thrown from multi-add-row
Table methods
which indicates how many rows were successfully written before the
underlying failure was encountered. |
ConstraintViolationException |
JackcessException which indicates that the failure was caused by a database
constraint violation.
|
InvalidValueException |
JackcessException which indicates that an invalid column value was provided
in a database update.
|
JackcessException |
Base class for specific exceptions thrown by Jackcess.
|
RuntimeIOException |
RuntimeException wrapper around an IOException
|
Copyright © 2005–2024 OpenHMS. All rights reserved.