| Class | Description |
|---|---|
| BetweenExpression |
Expression implementation for the SQL BETWEEN function. |
| ColumnExpression |
Expression which represents a database column. |
| FunctionInvocation |
Represents the invocation of a function.
|
| LikeExpression |
Expression which evaluates a SQL 'LIKE' operation. |
| Query |
Helper class for constructing SQL queries.
|
| SQLParserUtil |
Provides SQL parsing functionality.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.