public class FunctionDef extends Object
Modifier and Type | Field and Description |
---|---|
private Object |
argument |
private Object |
function |
Constructor and Description |
---|
FunctionDef() |
Modifier and Type | Method and Description |
---|---|
Object |
getArgument() |
Object |
getFunction() |
void |
setArgument(Object argument) |
void |
setFunction(Aggregate function) |
void |
setFunction(Function function) |
String |
toString() |
String |
toString(Select sql) |
Copyright © 2016 Open Microscopy Environment