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
var sqlErrorType: SQLErrorTypeSQL-specific error type.
Relationships
Inherits From
Swift.ErrorSwift.SendableSwift.SendableMetatype
See Also
Deprecated
typealias SQLCreateTableAsSubqueryBuilderFormerly a separate builder used to constructSELECTsubqueries inCREATE TABLEqueries, now a deprecated alias for the more general-purposeSQLSubqueryBuilder.struct SQLErrorTypeTypes of SQL errors.typealias SQLTriggerEachOld name forSQLCreateTrigger.EachSpecifier.typealias SQLTriggerEventOld name forSQLCreateTrigger.EventSpecifier.typealias SQLTriggerOrderOld name forSQLCreateTrigger.OrderSpecifier.typealias SQLTriggerTimingOld name forSQLCreateTrigger.TimingSpecifier.typealias SQLTriggerWhenOld name forSQLCreateTrigger.WhenSpecifier.