#include <Expression.h>
Inherits Expression.
Expressions returning a Timestamp should derive from this class and implement the evalImpl(EvalAs<Timestamp>) method.
Public Member Functions | |
| TypedExpression () | |
| virtual Timestamp | evalImpl (EvalAs< Timestamp >, const EvalContext &ctxt)=0 throw ( EvalException ) |
| Evaluate as a Timestamp. | |
| bool | isImpl (EvalAs< Timestamp >) const |
| Returns true iff the expression can be evaluated as a double. | |
|
||||||||||||
|
Evaluate as a Timestamp.
Reimplemented from Expression.
|
|
|
Returns true iff the expression can be evaluated as a double.
Reimplemented from Expression.
|
|
|
|
1.3.8