Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » Value 接口

 

compareValue 方法

比较两个值。

语法
int Value.compareValue(
  Value other
) throws ULjException
参数
  • other   要与其进行比较的值。

返回值

如果 Value 接口等于另一接口,返回 0;如果小于另一接口,则返回负整数;如果大于另一接口,则返回正整数。