|
Options |
Name |
Purpose |
|
+
|
Equals (character, character)
|
Validates that two character values are equal
|
|
+
|
Equals (date, date)
|
Validates that two date values are equal
|
|
+
|
Equals (datetime, datetime)
|
Validates that two datetime values are equal
|
|
+
|
Equals (datetime-tz, datetime-tz)
|
Validates that two datetime-tz values are equal
|
|
+
|
Equals (decimal, decimal)
|
Validates that two decimal values are equal
|
|
+
|
Equals (handle, handle)
|
Validates that handles are equal
|
|
+
|
Equals (int64, int64)
|
Validates that two integer values are equal
|
|
+
|
Equals (logical, logical)
|
Validates that two logical values are equal
|
|
+
|
Equals (longchar, longchar)
|
Validates that two longchar values are equal
|
|
+
|
Equals (raw, raw)
|
Validates that two raw values are equal
|
|
+
|
Equals (recid, recid)
|
Validates that two recid values are equal
|
|
+
|
Equals (rowid, rowid)
|
Validates that two rowid values are equal
|
|
+
|
EqualsCaseSensitive (character, character)
|
Validates that two character values are equal based on a raw compare
|
|
+
|
EqualsCaseSensitive (longchar, longchar)
|
Validates that two longchar values are equal based on a raw compare
|
|
+
|
EqualsFalse (logical)
|
Validates that a LOGICAL Value is FALSE
|
|
+
|
EqualsRaw (character, character)
|
Validates that two character values are equal based on a raw compare
|
|
+
|
EqualsRaw (longchar, longchar)
|
Validates that two longchar values are equal based on a raw compare
|
|
+
|
EqualsTrue (logical)
|
Validates that a LOGICAL Value is TRUE
|
|
+
|
Fail (character)
|
Fails unconditionally
|
|
+
|
GE (date, date)
|
Validates that the first value is GE the second value
|
|
+
|
GE (datetime, datetime)
|
Validates that the first value is GE the second value
|
|
+
|
GE (datetime-tz, datetime-tz)
|
Validates that the first value is GE the second value
|
|
+
|
GE (decimal, decimal)
|
Validates that the first value is GE the second value
|
|
+
|
GE (int64, int64)
|
Validates that the first value is GE the second value
|
|
+
|
GE (integer, integer)
|
Validates that the first value is GE the second value
|
|
+
|
GreaterThanZero (integer)
|
Validates an ABL Integer value so that it is greater than 0
|
|
+
|
GreaterThanZero (integer, character)
|
Validates an ABL Integer value so that it is greater than 0
|
|
+
|
GT (date, date)
|
Validates that the first value is GT the second value
|
|
+
|
GT (datetime, datetime)
|
Validates that the first value is GT the second value
|
|
+
|
GT (datetime-tz, datetime-tz)
|
Validates that the first value is GT the second value
|
|
+
|
GT (decimal, decimal)
|
Validates that the first value is GT the second value
|
|
+
|
GT (int64, int64)
|
Validates that the first value is GT the second value
|
|
+
|
GT (integer, integer)
|
Validates that the first value is GT the second value
|
|
+
|
IsGuid (character)
|
Validates that an Character value is a valid GUID
|
|
+
|
LE (date, date)
|
Validates that the first value is LE the second value
|
|
+
|
LE (datetime, datetime)
|
Validates that the first value is LE the second value
|
|
+
|
LE (datetime-tz, datetime-tz)
|
Validates that the first value is LE the second value
|
|
+
|
LE (decimal, decimal)
|
Validates that the first value is LE the second value
|
|
+
|
LE (int64, int64)
|
Validates that the first value is LE the second value
|
|
+
|
LE (integer, integer)
|
Validates that the first value is LE the second value
|
|
+
|
LT (date, date)
|
Validates that the first value is LT the second value
|
|
+
|
LT (datetime, datetime)
|
Validates that the first value is LT the second value
|
|
+
|
LT (datetime-tz, datetime-tz)
|
Validates that the first value is LT the second value
|
|
+
|
LT (decimal, decimal)
|
Validates that the first value is LT the second value
|
|
+
|
LT (int64, int64)
|
Validates that the first value is GT the second value
|
|
+
|
LT (integer, integer)
|
Validates that the first value is LT the second value
|
|
+
|
NE (character, character)
|
Validates that two character values are not equal
|
|
+
|
NE (date, date)
|
Validates that two date values are not equal
|
|
+
|
NE (datetime, datetime)
|
Validates that two datetime values are not equal
|
|
+
|
NE (datetime-tz, datetime-tz)
|
Validates that two datetime-tz values are not equal
|
|
+
|
NE (decimal, decimal)
|
Validates that two decimal values are not equal
|
|
+
|
NE (handle, handle)
|
Validates that two handles are not equal
|
|
+
|
NE (int64, int64)
|
Validates that two integer values are not equal
|
|
+
|
NE (logical, logical)
|
Validates that two logical values are not equal
|
|
+
|
NE (longchar, longchar)
|
Validates that two longchar values are not equal
|
|
+
|
NE (raw, raw)
|
Validates that two raw values are not equal
|
|
+
|
NE (recid, recid)
|
Validates that two recid values are not equal
|
|
+
|
NE (rowid, rowid)
|
Validates that two rowid values are not equal
|
|
+
|
NotNull (date)
|
Validates an ABL Logical value so that it is not ?
|
|
+
|
NotNull (datetime)
|
Validates an ABL Logical value so that it is not ?
|
|
+
|
NotNull (datetime-tz)
|
Validates an ABL Logical value so that it is not ?
|
|
+
|
NotNull (logical)
|
Validates an ABL Logical value so that it is not ?
|
|
+
|
NotNullOrEmpty (character)
|
Validates an ABL Charcater value so that it is not ? or Empty
|
|
+
|
NotNullOrEmpty (character, character)
|
Validates an ABL Charcater value so that it is not ? or Empty
|
|
+
|
NotNullOrEmpty (longchar)
|
Validates an ABL LONGCHAR value so that it is not ? or Empty
|
|
+
|
NotNullOrEmpty (longchar, character)
|
Validates an ABL LONGCHAR value so that it is not ? or Empty
|
|
+
|
NotNullOrZero (decimal)
|
Validates an ABL Decimal value so that it is not ? or 0
|
|
+
|
NotNullOrZero (decimal, character)
|
Validates an ABL Decimal value so that it is not ? or 0
|
|
+
|
NotNullOrZero (integer)
|
Validates an ABL Integer value so that it is not ? or 0
|
|
+
|
NotNullOrZero (integer, character)
|
Validates an ABL Integer value so that it is not ? or 0
|