layerException 13
This layer may not depend on any other layer.
Namespaces§
| ZtdQuery\Exception | 13 classes |
Classes 13§
| ColumnAlreadyExistsException | ZtdQuery\Exception | Exception thrown when attempting to add a column that already exists. |
| ColumnNotFoundException | ZtdQuery\Exception | Exception thrown when a referenced column does not exist. |
| DuplicateKeyException | ZtdQuery\Exception | Exception thrown when a PRIMARY KEY or UNIQUE constraint is violated. |
| ForeignKeyViolationException | ZtdQuery\Exception | Exception thrown when a FOREIGN KEY constraint is violated. |
| InvalidDefinitionException | ZtdQuery\Exception | Rejects invalid lexical, schema, or expression definitions at their public boundary. |
| MissingPrimaryKeyException | ZtdQuery\Exception | Exception thrown when an UPDATE result cannot be matched to a shadow row. |
| NotNullViolationException | ZtdQuery\Exception | Exception thrown when a NOT NULL constraint is violated. |
| SchemaNotFoundException | ZtdQuery\Exception | Exception thrown when a referenced table does not exist. |
| SimulationException | ZtdQuery\Exception | Base type for failures produced by ZTD simulation rather than the driver. |
| SqlParseException | ZtdQuery\Exception | Exception thrown when SQL parsing fails due to syntax errors. |
| TableAlreadyExistsException | ZtdQuery\Exception | Exception thrown when attempting to create a table that already exists. |
| UnknownSchemaException | ZtdQuery\Exception | Exception thrown when a query references unknown tables or columns. |
| UnsupportedSqlException | ZtdQuery\Exception | Refuses a statement ZTD cannot simulate. |