public interface SQLMethod
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
void |
setStatement(SQLStatement stmt)
Method to set the SQLStatement that we are related to.
|
SQLExpression getExpression(SQLExpression expr, List<SQLExpression> args)
expr - The expression that it is invoked onargs - Arguments passed invoid setStatement(SQLStatement stmt)
stmt - The statementCopyright © 2017. All rights reserved.