|
Options |
Name |
Purpose |
|
+
|
Equals (character, character)
|
Validates that two character values are equal
|
|
+
|
Equals (date, date)
|
Validates that two decimal 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
|
|
+
|
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 (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 (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
|
|
+
|
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 (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
|
|
+
|
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 (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
|