layerSchema 19
May depend on Exception.
Namespaces§
| ZtdQuery\Schema | 7 classes 1 enum |
| ZtdQuery\Schema\Key | 5 classes 2 enums |
| ZtdQuery\Schema\Partition | 3 classes 1 enum |
Classes 15§
| ColumnDeclaration public API | ZtdQuery\Schema | How a column was declared: the family it belongs to, and the platform's own words for it. |
| RowSet | ZtdQuery\Schema | Immutable snapshot of rows received from a driver or fixture provider. |
| SchemaRegistry | ZtdQuery\Schema | Stores CREATE TABLE definitions keyed by table name. |
| TableDefinition | ZtdQuery\Schema | Structured representation of a table's schema metadata. |
| TableDefinitionRegistry | ZtdQuery\Schema | Stores TableDefinition instances keyed by table name. |
| ViewDefinition | ZtdQuery\Schema | One view: the statement it stands for, and what that reaches. |
| ViewDefinitionSet | ZtdQuery\Schema | The views a database has, in an order they can be created in. |
| CandidateKeyConflict | ZtdQuery\Schema\Key | Identifies the existing row and candidate key responsible for a conflict. |
| CandidateKeyMatch | ZtdQuery\Schema\Key | Reads what a row carries in a candidate key, and tells when another row repeats it. |
| CandidateKeySet | ZtdQuery\Schema\Key | Relational candidate keys used to detect INSERT conflicts. |
| ForeignKeyDefinition | ZtdQuery\Schema\Key | One foreign key: which columns point where, and what happens when the parent moves. |
| PartialUniqueIndex | ZtdQuery\Schema\Key | A unique index whose candidate rows are restricted by a SQL predicate. |
| TablePartitionKey | ZtdQuery\Schema\Partition | What a table's division into partitions is by. |
| TablePartitionRelation | ZtdQuery\Schema\Partition | What makes one table a partition of another. |
| TablePartitioning | ZtdQuery\Schema\Partition | Predicates that select rows belonging to named table partitions. |
Enums 4§
| ColumnTypeFamily | ZtdQuery\Schema | Platform-independent column type family. |
| IdentityGenerationStrategy | ZtdQuery\Schema\Key | How a database decides the next value of a numbered column. |
| ReferentialAction | ZtdQuery\Schema\Key | What a foreign key says should happen when the row it points at moves. |
| TablePartitionStrategy | ZtdQuery\Schema\Partition | How a table's rows are divided between its partitions. |