Modifier and Type | Field and Description |
---|---|
protected String |
colname |
protected String |
fullMethodName |
protected Method |
method |
protected List<ValueIF> |
params |
protected Relation |
relation |
Constructor and Description |
---|
FunctionVirtualColumn(Relation relation,
String colname,
String fullMethodName) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String paramValue) |
void |
compile() |
String |
getColumnName() |
String |
getValue(String[] tuple)
INTERNAL: Returns the value of the virtual column.
|
protected final Relation relation
protected final String colname
protected final String fullMethodName
protected Method method