Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
比较ULValue 类对象的字符串或字符串表示形式。
ul_compare ULValue::StringCompare( const ULValue & value )
value 比较字符串。
如果两个字符串相等,则返回 0。
如果当前值小于 value,则返回 -1。
如果当前值大于 value,则返回 1。
如果任一ULValue 类对象的 sqlca 未设置,则返回 -3。
如果任一ULValue 类对象的字符串表示为 UL_NULL,则返回 -2。