ul_compare ULValue::StringCompare(
const ULValue & value
)
value The comparison string.
Compares strings, or string representations of ULValue class objects.
0 if the strings are equal.
-1 if the current value compares less than value.
1 if the current value compares greater than value.
-3 if the sqlca of either ULValue class object is not set.
-2 if the string representation of either ULValue class object is UL_NULL.