|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Term
Interface of all entries that can appear in a boolean expression as part of a query.
| Method Summary | |
|---|---|
java.lang.String |
getSqlValue(EvalContext eval)
Returns the SQL expression for this term. |
boolean |
isConstant()
Tests whether the expression can be evaluated without an object. |
boolean |
isJoin()
Tests whether this expression enforces any kind of join. |
boolean |
isSelection()
Tests whether this expression is a selection. |
| Method Detail |
|---|
java.lang.String getSqlValue(EvalContext eval)
boolean isConstant()
boolean isJoin()
boolean isSelection()
With selection is an expression meant that binds a Member to
one Literal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||