layerException 13

This layer may not depend on any other layer.

Namespaces§

Classes 13§

ColumnAlreadyExistsExceptionZtdQuery\ExceptionException thrown when attempting to add a column that already exists.
ColumnNotFoundExceptionZtdQuery\ExceptionException thrown when a referenced column does not exist.
DuplicateKeyExceptionZtdQuery\ExceptionException thrown when a PRIMARY KEY or UNIQUE constraint is violated.
ForeignKeyViolationExceptionZtdQuery\ExceptionException thrown when a FOREIGN KEY constraint is violated.
InvalidDefinitionExceptionZtdQuery\ExceptionRejects invalid lexical, schema, or expression definitions at their public boundary.
MissingPrimaryKeyExceptionZtdQuery\ExceptionException thrown when an UPDATE result cannot be matched to a shadow row.
NotNullViolationExceptionZtdQuery\ExceptionException thrown when a NOT NULL constraint is violated.
SchemaNotFoundExceptionZtdQuery\ExceptionException thrown when a referenced table does not exist.
SimulationExceptionZtdQuery\ExceptionBase type for failures produced by ZTD simulation rather than the driver.
SqlParseExceptionZtdQuery\ExceptionException thrown when SQL parsing fails due to syntax errors.
TableAlreadyExistsExceptionZtdQuery\ExceptionException thrown when attempting to create a table that already exists.
UnknownSchemaExceptionZtdQuery\ExceptionException thrown when a query references unknown tables or columns.
UnsupportedSqlExceptionZtdQuery\ExceptionRefuses a statement ZTD cannot simulate.