Name |
Description |
ColumnData |
The base class for representing data stored in columns. |
Criterion |
The criterion represents the data nessecary to specify which rows should the operation apply to. |
Database |
This is the base class representing the database of the application. |
DependencyMode |
|
DependencyOrder |
|
DiscardedRelationship |
This class represents a relationship between two rows which has been discarded. |
PersistedRelationship |
This class represents a relationship between two rows which has been persisted. |
PrimaryKey |
The primary key represents the row's unique identifier. |
Procedure |
The procedure represents a set of changes to columns values to
a variable amount of rows defined by a criterion. |
RelationshipChange |
The class that represents a change in a relationship between rows. |
Request |
The request represents a range of rows to load specified by the criterion. |
ResultRow |
This class represents the data of column from one or many tables. |
Row |
The row represents the column data from a row in a specific table. |
Table |
{@inheritDoc} |
TableColumnData |
Table column data represents column data from a specific table. |
Transaction |
This transaction represents operations to commit against a database. |