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
DBFILEPROPERTIESLogicalOperatorOrOperator
Swift
case orOperator = 0
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESLogicalOperatorOther
Swift
case other = 1