| AvgFunction |
Expression handler to invoke the SQL AVG aggregation function.
|
| SimpleNumericAggregateMethod |
Expression handler to invoke an SQL aggregated function.
|
| SimpleNumericMethod |
Expression handler to invoke an SQL numeric function that takes in argument(s).
|
| SimpleOrderableAggregateMethod |
Expression handler to invoke an SQL aggregated function.
|
| SimpleStringMethod |
Expression handler to invoke an SQL String function that takes in an expression.
|
| SQLMethod |
Interface to implement to wrap an SQL function.
|
| StringMatchesMethod |
Expression handler to evaluate {stringExpression}.matches(StringExpression).
|
| StringTrim3Method |
Method for evaluating {strExpr1}.trim() or "TRIM(BOTH trimChar FROM strExpr1)".
|
| TemporalBaseMethod |
Base for all temporal methods.
|