com.cyclops.dbdigger.sql
Class Between

java.lang.Object
  extended bycom.cyclops.dbdigger.sql.Condition
      extended bycom.cyclops.dbdigger.sql.Comparison
          extended bycom.cyclops.dbdigger.sql.Between

public class Between
extends Comparison

Add description HERE!

Since:
2003-6-6 15:05:39
Author:
joel guo

Field Summary
static String COMPARATOR
          Between keyword as comparator
static Between[] EMPTY_ARRAY
          Empty Between object array
 
Constructor Summary
Between(Column column, Object from, Object to)
          Constructor of class Between
 
Methods inherited from class com.cyclops.dbdigger.sql.Comparison
getColumn, getComparator, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Between

public Between(Column column,
               Object from,
               Object to)
Constructor of class Between

Parameters:
column - Database column
from - From value
to - To value


Copyright © 2003 Cyclops Group. All Rights Reserved.