| Package | Description |
|---|---|
| oracle.binding.meta.criteria |
| Modifier and Type | Field and Description |
|---|---|
static Criteria.Conjunction |
Criteria.Conjunction.AND |
static Criteria.Conjunction |
Criteria.Conjunction.AND_NOT |
static Criteria.Conjunction |
Criteria.Conjunction.OR |
static Criteria.Conjunction |
Criteria.Conjunction.OR_NOT |
| Modifier and Type | Method and Description |
|---|---|
Criteria.Conjunction |
Item.getConjunction()
The conjunction to be applied to this criteria item with its
immediate predecessor.
|
Criteria.Conjunction |
CriteriaRow.getConjunction()
The conjunction to be applied to this row or nested view criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setConjunction(Criteria.Conjunction conjunction)
Sets the conjunction of this row.
|
void |
CriteriaRow.setConjunction(Criteria.Conjunction conjunction)
Sets the conjunction of this row.
|