All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractColumnValuePredicate Abstract implementation of theColumnValuePredicate
interface.ColumnValuePredicate A predicate the values of a givenDbTable
's column must satisfy.DataSourceDefinition Definition of a data source.DbColumn A column in a database table.DbTable Table loaded from the database referred by aMyDBConnectionInfo
instance.Equality The equality predicate.Identity Identity predicate.Inclusion The including predicate.Inequality The inequality predicate.Inferiority The non-strict inferiority predicates; the column'values can be equal with the reference value.Like The like predicate.MyDBConnectionInfo Information about a connexion to a data source.MyDBConnectionInfoRepository Repository ofMyDBConnectionInfo
objects.MyDBConnectionInfoService MyDBException Exception thrown when an error occurs in a MyDB component instance.MyDBInstancePreDestruction Delete any data source connection information for the ConnectorJDBC instance that is being deleted.MyDBRuntimeException Runtime exception when an unexpected errors occurs in MyDB and that error cannot be explicitly resolved.SimpleMyDBConnectionInfoService SqlTypes StrictInferiority The strict inferiority predicate.StrictSuperiority The strict superiority predicate.Superiority The non-strict superiority predicate; the column'values can be equal with the reference value.TableFieldValue The value of a field in a table row with its type (and associated type name) in the database.TableRow A row in a table in a data source.