|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| SQLOperator | A common interface for operator hierarchies in SQL. |
| Class Summary | |
|---|---|
| Arithmetic | A convenient container for implementations of arithmetic operators. |
| Arithmetic.Add | The SQL '+' operator. |
| Arithmetic.BitAnd | The SQL '&' operator. |
| Arithmetic.BitOr | The SQL '|' operator. |
| Arithmetic.Div | The SQL '/' operator. |
| Arithmetic.Mul | The SQL '*' operator. |
| Arithmetic.Sub | The SQL '-' operator. |
| Conditionals | A convenient container for implementations of conditional operators. |
| Conditionals.Equals | The SQL '=' operator. |
| Conditionals.Exists<T extends PersistentRecord> | The SQL ' exists' operator. |
| Conditionals.FullTextMatch | An attempt at a dialect-agnostic full-text search condition, such as MySQL's MATCH() and PostgreSQL's @@ TO_TSQUERY(...) abilities. |
| Conditionals.GreaterThan | The SQL '>' operator. |
| Conditionals.GreaterThanEquals | The SQL '>=' operator. |
| Conditionals.In | The SQL 'in (...)' operator. |
| Conditionals.IsNull | The SQL 'is null' operator. |
| Conditionals.LessThan | The SQL '<' operator. |
| Conditionals.LessThanEquals | The SQL '<=' operator. |
| Conditionals.Like | The SQL ' like ' operator. |
| Conditionals.NotEquals | The SQL '! |
| Logic | A convenient container for implementations of logical operators. |
| Logic.And | Represents a condition that is true iff all its subconditions are true. |
| Logic.Not | Represents the truth negation of another conditon. |
| Logic.Or | Represents a condition that is false iff all its subconditions are false. |
| SQLOperator.BinaryOperator | Does the real work for simple binary operators such as Equals. |
| SQLOperator.MultiOperator | Represents an operator with any number of operands. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||