|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Condition | |
| com.cyclops.dbdigger.sql | |
| com.cyclops.dbdigger.sqlcastor | |
| Uses of Condition in com.cyclops.dbdigger.sql |
| Subclasses of Condition in com.cyclops.dbdigger.sql | |
class |
And
Add description HERE! |
class |
Between
Add description HERE! |
class |
Combination
Add description HERE! |
class |
Comparison
Add description HERE! |
class |
Equal
Add description HERE! |
class |
NotIn
Add description HERE! |
class |
Or
Add description HERE! |
| Fields in com.cyclops.dbdigger.sql declared as Condition | |
static Condition[] |
Condition.EMPTY_ARRAY
Empty Criterion array |
| Methods in com.cyclops.dbdigger.sql that return Condition | |
Condition |
Update.getWhere()
Method getWhere() |
Condition |
Select.getWhere()
Get root where criterion |
Condition |
Delete.getWhere()
Method getWhere() |
Condition[] |
Combination.getCriteria()
Get all criteria combined by this |
| Methods in com.cyclops.dbdigger.sql with parameters of type Condition | |
Select |
Select.setWhere(Condition c)
Set root where Criterion |
Or |
Or.or(Condition c)
or another criterion |
Combination |
Combination.add(Condition criterion)
Add a criterion into this |
And |
And.and(Condition c)
Method and() in class And |
| Constructors in com.cyclops.dbdigger.sql with parameters of type Condition | |
Or(Condition condition)
Constructor of class Or |
|
Or(Condition[] conditions)
Constructor of class Or |
|
Combination(String acombinator,
Condition condition)
Constructor of class Combination |
|
Combination(String acombinator,
Condition[] conditions)
Constructor of class Combination |
|
And(Condition condition)
Constructor of class And |
|
And(Condition[] conditions)
Constructor of class And |
|
| Uses of Condition in com.cyclops.dbdigger.sqlcastor |
| Methods in com.cyclops.dbdigger.sqlcastor with parameters of type Condition | |
protected String |
DefaultSQLCastor.castCondition(Condition criterion)
Cast Condition object to SQL expression |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||