Structure
SQLTriggerSyntax.Drop
Describes specific feature support for
CREATE TRIGGER syntax.struct Drop
Topics
Initializers
init(rawValue: Int)Creates a new option set from the given raw value.
Instance Properties
var rawValue: IntThe corresponding value of the raw type.
Type Properties
static var supportsCascade: SQLTriggerSyntax.DropIndicates support for theCASCADEmodifier; seeSQLDropBehaviorfor details.static var supportsTableName: SQLTriggerSyntax.DropIndicates support for anOFclause indicating which table the trigger to be dropped is attached to.
Relationships
Conforms To
Swift.EquatableSwift.ExpressibleByArrayLiteralSwift.OptionSetSwift.RawRepresentableSwift.SendableSwift.SendableMetatypeSwift.SetAlgebra