|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredicateLeaf
The primitive predicates that form a SearchArgument.
| Nested Class Summary | |
|---|---|
static class |
PredicateLeaf.Operator
The possible operators for predicates. |
static class |
PredicateLeaf.Type
The possible types for sargs. |
| Method Summary | |
|---|---|
String |
getColumnName()
Get the simple column name. |
Object |
getLiteral()
Get the literal half of the predicate leaf. |
List<Object> |
getLiteralList()
For operators with multiple literals (IN and BETWEEN), get the literals. |
PredicateLeaf.Operator |
getOperator()
Get the operator for the leaf. |
PredicateLeaf.Type |
getType()
Get the type of the column and literal. |
| Method Detail |
|---|
PredicateLeaf.Operator getOperator()
PredicateLeaf.Type getType()
String getColumnName()
Object getLiteral()
List<Object> getLiteralList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||