All Classes and Interfaces
Class
Description
Abstract implementation of the
ColumnValuePredicate interface.A predicate the values of a given
DbTable's column
must satisfy.Definition of a data source.
A column in a database table.
Table loaded from the database referred by a
MyDBConnectionInfo instance.The equality predicate.
Identity predicate.
The including predicate.
The inequality predicate.
The non-strict inferiority predicates; the column values can be equal with the reference value.
The like predicate.
Information about a connexion to a data source.
Repository of
MyDBConnectionInfo objects.Exception thrown when an error occurs in a MyDB component instance.
Delete any data source connection information for the ConnectorJDBC instance that is being
deleted.
Runtime exception when an unexpected errors occur in MyDB and that error cannot be explicitly
resolved.
The strict inferiority predicate.
The strict superiority predicate.
The non-strict superiority predicate; the column values can be equal with the reference value.
The value of a field in a table row with its type (and associated type name) in the database.
A row in a table in a data source.