-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataObject.glbl
68 lines (60 loc) · 1.08 KB
/
DataObject.glbl
1
/* Data Object Globals *//*Operator Meaninga = b a is equal to ba != b a is not equal to ba < b a is less than ba > b a is greater than ba <= b a is less than or equal to ba >= b a is greater than or equal to ba IN (b, c) a is equal to either b or ca NOT IN (b, c) a is equal to neither b nor c*/_noNaxCharacters = 0begin enum 1_isEqual_isNotEqual_isLessThan_isGreaterThan_isLessThanOrEqual_isGreaterThanOrEqual_isIn_isNotIn_isNull_isNotNull_isLike_isNotLikeend enumbegin enum 1_and_orend enumbegin enum 0_taskCol_priorityColend enumbegin enum 1_nullType_integerType_realType_textType_blobTypeend enumbegin enum 1_kCFNumberSInt8Type_kCFNumberSInt16Type_kCFNumberSInt32Type_kCFNumberSInt64Type_kCFNumberFloat32Type_kCFNumberFloat64Type_kCFNumberCharType_kCFNumberShortType_kCFNumberIntType_kCFNumberLongType_kCFNumberLongLongType_kCFNumberFloatType_kCFNumberDoubleType_kCFNumberCFIndexType_kCFNumberNSIntegerType_kCFNumberCGFloatTypeend enum