com.cyclops.dbdigger.sql
Class Equal
java.lang.Object
com.cyclops.dbdigger.sql.Condition
com.cyclops.dbdigger.sql.Comparison
com.cyclops.dbdigger.sql.Equal
- public class Equal
- extends Comparison
Add description HERE!
- Since:
- 2003-6-6 14:24:16
- Author:
- joel guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ARRAY
public static final Equal[] EMPTY_ARRAY
- Empty Equal object array
COMPARATOR
public static final String COMPARATOR
- Equals sql keyword
- See Also:
- Constant Field Values
Equal
public Equal(Column column,
Object value)
- Constructor of class Equal
- Parameters:
column - Database columnvalue - Value to which equals
Copyright © 2003 Cyclops Group. All Rights Reserved.