com.cyclops.dbdigger.sql
Class Between
java.lang.Object
com.cyclops.dbdigger.sql.Condition
com.cyclops.dbdigger.sql.Comparison
com.cyclops.dbdigger.sql.Between
- public class Between
- extends Comparison
Add description HERE!
- Since:
- 2003-6-6 15:05:39
- 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 Between[] EMPTY_ARRAY
- Empty Between object array
COMPARATOR
public static final String COMPARATOR
- Between keyword as comparator
- See Also:
- Constant Field Values
Between
public Between(Column column,
Object from,
Object to)
- Constructor of class Between
- Parameters:
column - Database columnfrom - From valueto - To value
Copyright © 2003 Cyclops Group. All Rights Reserved.