Package | Description |
---|---|
org.wandora.query2 |
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
Compare |
class |
Contains |
class |
Exists |
class |
IsOfType |
class |
Not |
class |
Or |
class |
Regex |
Modifier and Type | Field and Description |
---|---|
private WhereDirective |
Not.directive |
private WhereDirective[] |
And.directives |
private WhereDirective[] |
Or.directives |
Modifier and Type | Method and Description |
---|---|
WhereDirective |
WhereDirective.and(java.lang.String c1,
java.lang.String comp,
java.lang.String c2) |
WhereDirective |
WhereDirective.and(WhereDirective d) |
WhereDirective |
WhereDirective.not() |
WhereDirective |
WhereDirective.or(java.lang.String c1,
java.lang.String comp,
java.lang.String c2) |
WhereDirective |
WhereDirective.or(WhereDirective d) |
Modifier and Type | Method and Description |
---|---|
WhereDirective |
WhereDirective.and(WhereDirective d) |
WhereDirective |
WhereDirective.or(WhereDirective d) |
Constructor and Description |
---|
And(WhereDirective[] directives) |
And(WhereDirective d1,
WhereDirective d2) |
And(WhereDirective d1,
WhereDirective d2,
WhereDirective d3) |
And(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4) |
If(WhereDirective cond) |
If(WhereDirective cond,
Directive then) |
Not(WhereDirective directive) |
Or(WhereDirective[] directives) |
Or(WhereDirective d1,
WhereDirective d2) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4,
WhereDirective d5) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4,
WhereDirective d5,
WhereDirective d6) |
Copyright 2004-2015 Wandora Team