|
|||||||||||
| 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.Or
Add description HERE!
| 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 |
public static final String COMBINATOR
public static final Or[] EMPTY_ARRAY
| Constructor Detail |
public Or()
public Or(Collection conditions)
conditions - Collection of conditionspublic Or(Condition condition)
condition - Condition objectpublic Or(Condition[] conditions)
conditions - Array of conditions| Method Detail |
public Or or(Condition c)
c - Criterion
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||