Protocol
SQLError
An error from a SQL query or database operation. Constains an additional property detailing what type of SQL error has occurred.
protocol SQLError : Error
Overview
This protocol is deprecated; it has never been used by SQLKit or any of its drivers or dependents, and serves no useful purpose.
Topics
Instance Properties
sqlErrorTypeSQL-specific error type.
Relationships
Inherits From
Swift.ErrorSwift.SendableSwift.SendableMetatype
See Also
Deprecated
SQLCreateTableAsSubqueryBuilderFormerly a separate builder used to constructSELECTsubqueries inCREATE TABLEqueries, now a deprecated alias for the more general-purposeSQLSubqueryBuilder.SQLErrorTypeTypes of SQL errors.SQLTriggerEachOld name forSQLCreateTrigger.EachSpecifier.SQLTriggerEventOld name forSQLCreateTrigger.EventSpecifier.SQLTriggerOrderOld name forSQLCreateTrigger.OrderSpecifier.SQLTriggerTimingOld name forSQLCreateTrigger.TimingSpecifier.SQLTriggerWhenOld name forSQLCreateTrigger.WhenSpecifier.