|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLMethod
Interface to implement to wrap an SQL function.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
SQLExpression getExpression(SQLExpression expr,
List args)
expr - The expression that it is invoked onargs - Arguments passed in
void setStatement(SQLStatement stmt)
stmt - The statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||