public interface SQLFunctionLiteral extends LiteralExpression
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Returns the name of the SQL function.
|
List<ValueExpression> |
getParameters()
The parameters for SQL function.
|
String getFunctionName()
List<ValueExpression> getParameters()
Copyright © 2010-2012. All Rights Reserved.