Package mdbtools.dbengine.sql
Class FunctionDef
- java.lang.Object
-
- mdbtools.dbengine.sql.FunctionDef
-
public class FunctionDef extends Object
A defination of a function, used in the parse tree
-
-
Constructor Summary
Constructors Constructor Description FunctionDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getArgument()
Object
getFunction()
void
setArgument(Object argument)
void
setFunction(Aggregate function)
void
setFunction(Function function)
String
toString()
String
toString(Select sql)
-