com.cyclops.dbdigger.sql
Class And

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

public class And
extends Combination

Add description HERE!

Since:
2003-6-6 14:17:24
Author:
joel guo

Field Summary
static String COMBINATOR
          And keyword as combinator
static And[] EMPTY_ARRAY
          Empty And object array
 
Constructor Summary
And()
          Create empty And object
And(Collection conditions)
          Constructor of class And
And(Condition condition)
          Constructor of class And
And(Condition[] conditions)
          Constructor of class And
 
Method Summary
 And and(Condition c)
          Method and() in class And
 
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
And keyword as combinator

See Also:
Constant Field Values

EMPTY_ARRAY

public static final And[] EMPTY_ARRAY
Empty And object array

Constructor Detail

And

public And()
Create empty And object


And

public And(Collection conditions)
Constructor of class And

Parameters:
conditions - Collection of conditions

And

public And(Condition condition)
Constructor of class And

Parameters:
condition - Condition object

And

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

Parameters:
conditions - Array of conditions
Method Detail

and

public And and(Condition c)
Method and() in class And

Parameters:
c - Another Criterion to be and
Returns:
It self


Copyright © 2003 Cyclops Group. All Rights Reserved.