public class CurrentTimestampFunction extends Object implements SQLMethod
Constructor and Description |
---|
CurrentTimestampFunction() |
Modifier and Type | Method and Description |
---|---|
protected Class |
getClassForMapping() |
SQLExpression |
getExpression(SQLStatement stmt,
SQLExpression expr,
List args)
Return the expression for this SQL function.
|
protected String |
getFunctionName() |
protected String getFunctionName()
public SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List args)
SQLMethod
getExpression
in interface SQLMethod
stmt
- SQLStatement that this expression is forexpr
- The expression that it is invoked onargs
- Arguments passed inprotected Class getClassForMapping()
Copyright © 2019. All rights reserved.