Package com.samskivert.jdbc.depot.expression

Interface Summary
ExpressionVisitor Enumerates visitation methods for every possible SQL expression type.
SQLExpression Represents an SQL expression, e.g. column name, function, or constant.
 

Class Summary
ColumnExp An expression that unambiguously identifies a field of a class, e.g.
EpochSeconds An expression for extracting the seconds since the epoch from a date expression.
FunctionExp An expression for a function, e.g.
LiteralExp An expression for things we don't support natively, e.g.
ValueExp A Java value that is bound as a parameter to the query, e.g. 1 or 'abc'.
 



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.