|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sql.Condition
com.cyclops.dbdigger.sql.Combination
com.cyclops.dbdigger.sql.And
Add description HERE!
| 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 |
public static final String COMBINATOR
public static final And[] EMPTY_ARRAY
| Constructor Detail |
public And()
public And(Collection conditions)
conditions - Collection of conditionspublic And(Condition condition)
condition - Condition objectpublic And(Condition[] conditions)
conditions - Array of conditions| Method Detail |
public And and(Condition c)
c - Another Criterion to be and
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||