com.cyclops.dbdigger.sql
Class Or

java.lang.Object
  extended bycom.cyclops.dbdigger.sql.Condition
      extended bycom.cyclops.dbdigger.sql.Combination
          extended bycom.cyclops.dbdigger.sql.Or

public class Or
extends Combination

Add description HERE!

Since:
2003-6-6 15:13:47
Author:
joel guo

Field Summary
static String COMBINATOR
          Or sql keyword
static Or[] EMPTY_ARRAY
          Empty or array
 
Constructor Summary
Or()
          Constructor of class Or
Or(Collection conditions)
          Constructor of class Or
Or(Condition condition)
          Constructor of class Or
Or(Condition[] conditions)
          Constructor of class Or
 
Method Summary
 Or or(Condition c)
          or another criterion
 
Methods inherited from class com.cyclops.dbdigger.sql.Combination
add, getCombinator, getCriteria
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMBINATOR

public static final String COMBINATOR
Or sql keyword

See Also:
Constant Field Values

EMPTY_ARRAY

public static final Or[] EMPTY_ARRAY
Empty or array

Constructor Detail

Or

public Or()
Constructor of class Or


Or

public Or(Collection conditions)
Constructor of class Or

Parameters:
conditions - Collection of conditions

Or

public Or(Condition condition)
Constructor of class Or

Parameters:
condition - Condition object

Or

public Or(Condition[] conditions)
Constructor of class Or

Parameters:
conditions - Array of conditions
Method Detail

or

public Or or(Condition c)
or another criterion

Parameters:
c - Criterion
Returns:
This or object


Copyright © 2003 Cyclops Group. All Rights Reserved.