isql
Interface IComparison

All Known Implementing Classes:
Different, Equal, Greater, GreaterOrEqual, Less, LessOrEqual

public interface IComparison

A comparison predicate, to tell if, for example, two objects are the same, different, one is greater than the other...

Author:
SHZ Sep 27, 2007

Method Summary
 boolean compare(java.lang.Object a, java.lang.Object b)
           
 

Method Detail

compare

boolean compare(java.lang.Object a,
                java.lang.Object b)
                throws ISQLException
Throws:
ISQLException