|
Interface Summary |
| 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.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. |