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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » Value インタフェース

 

compareValue メソッド

2 つの Value を比較します。

構文
int Value.compareValue(
  Value other
) throws ULjException
パラメータ
  • other   比較対象の Value。

戻り値

Value インタフェースが other と同じ場合は 0、other よりも少ない場合は負の整数、other よりも大きい場合は正の整数。