|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A database function.
| Method Summary | |
void |
addArgument(Selectable arg)
Append the given Selectableto my argument list. |
String |
getAlias()
Returns the Alias name of this function. |
Selectable |
getArgument(int i)
Returns the Selectableat the given index. |
int |
getArgumentCount()
Returns the number of arguments in my argument list. |
String |
getName()
Returns the cannonical name of this function. |
void |
setAlias(String alias)
Set the Alias name of this function. |
void |
setArgument(int i,
Selectable arg)
|
| Methods inherited from interface org.axiondb.Selectable |
evaluate, getDataType, getLabel, setVariableContext |
| Method Detail |
public void addArgument(Selectable arg)
Selectableto my argument list.
public String getAlias()
getAlias in interface Selectable
public Selectable getArgument(int i)
throws IndexOutOfBoundsException
Selectableat the given index.
IndexOutOfBoundsException - if there is no argument at the given indexpublic int getArgumentCount()
public String getName()
getName in interface Selectablepublic void setAlias(String alias)
public void setArgument(int i,
Selectable arg)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||