See: Description
| Interface | Description |
|---|---|
| TdbControlObjectProvider |
Basic interface implemented by all objects that contain Control object
references.
|
| TdbTransformer<E> |
Generic object transformation interface, used to help create list factories
for environments such as Beans, JSF, etc.
|
| Class | Description |
|---|---|
| ShowVersion |
The "main" class of TRIPjxp.
|
| TdbControlObject |
This class provides an encapsulation of data related to objects retrieved
from the CONTROL database via one of the TdbControlObjectList derivations.
|
| TdbMessageProvider |
Base class of anything that can feasibly create success or error messages
|
| TdbMessageProvidingList<E> |
| Enum | Description |
|---|---|
| TdbAccessRights |
Types of database access right.
|
| TdbCharacterSet |
Enumeration of character sets supported by TRIP
|
| TdbControlObjectType |
Control object type enumeration.
|
| TdbDatabaseListType |
Enumeration over various kinds of database lists that can be obtained
via the TdbDatabaseList class.
|
| TdbExtendedDatabaseType |
Extended database types enumeration
|
| TdbFieldType |
Enumeration of field types
|
| TdbGraphRecordType |
Indicates the type of a graph record.
|
| TdbLanguage |
Enumeration of available TRIP CCL dialects
|
| TdbProduct |
Definition of products that are licensed, and the names of those products for use
with the appropriate methods on TdbSession
|
| TdbTripFeature |
Enumeration of various TRIP features that the application or TRIPjxp itself
may have to check for the existence of in order to determine the appropriate
course of action for a particular operation.
|
| Exception | Description |
|---|---|
| TdbException |
All exceptions thrown by this class library conform to this type.
|