|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SQLOperator
A common interface for operator hierarchies in SQL. The main purpose of breaking this out from SQLExpression is to capture the recursive nature of e.g. the logical operators, which work on other SQLOperators but not general SQLExpressions.
| Nested Class Summary | |
|---|---|
static class |
SQLOperator.BinaryOperator
Does the real work for simple binary operators such as Equals. |
static class |
SQLOperator.MultiOperator
Represents an operator with any number of operands. |
| Method Summary |
|---|
| Methods inherited from interface com.samskivert.jdbc.depot.expression.SQLExpression |
|---|
accept, addClasses |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||