namespaceZtdQuery\Exception

Classes 13§

ColumnAlreadyExistsExceptionException thrown when attempting to add a column that already exists.
ColumnNotFoundExceptionException thrown when a referenced column does not exist.
DuplicateKeyExceptionException thrown when a PRIMARY KEY or UNIQUE constraint is violated.
ForeignKeyViolationExceptionException thrown when a FOREIGN KEY constraint is violated.
InvalidDefinitionExceptionRejects invalid lexical, schema, or expression definitions at their public boundary.
MissingPrimaryKeyExceptionException thrown when an UPDATE result cannot be matched to a shadow row.
NotNullViolationExceptionException thrown when a NOT NULL constraint is violated.
SchemaNotFoundExceptionException thrown when a referenced table does not exist.
SimulationExceptionBase type for failures produced by ZTD simulation rather than the driver.
SqlParseExceptionException thrown when SQL parsing fails due to syntax errors.
TableAlreadyExistsExceptionException thrown when attempting to create a table that already exists.
UnknownSchemaExceptionException thrown when a query references unknown tables or columns.
UnsupportedSqlExceptionRefuses a statement ZTD cannot simulate.