public interface SQLMethod
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
List 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 args)
expr - The expression that it is invoked onargs - Arguments passed invoid setStatement(SQLStatement stmt)
stmt - The statementCopyright © 2013. All Rights Reserved.