DBFILEPROPERTIESLogicalOperatorTag
Objective-C
enum DBFILEPROPERTIESLogicalOperatorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESLogicalOperatorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESLogicalOperatorTag enum type represents the possible
tag states with which the DBFILEPROPERTIESLogicalOperator union can exist.
-
Append a query with an “or” operator.
Declaration
Objective-C
DBFILEPROPERTIESLogicalOperatorOrOperatorSwift
case orOperator = 0 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESLogicalOperatorOtherSwift
case other = 1
View on GitHub
DBFILEPROPERTIESLogicalOperatorTag Enumeration Reference