public class TemporalMonthMethod2 extends TemporalBaseMethod
TO_NUMBER(TO_CHAR(dateExpr, "MM"))
| Constructor and Description |
|---|
TemporalMonthMethod2() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLStatement stmt,
SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
getInvokedExpressionpublic SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List<SQLExpression> args)
SQLMethodstmt - SQLStatement that this expression is forexpr - The expression that it is invoked onargs - Arguments passed inCopyright © 2019. All rights reserved.