org.axiondb
public interface Function extends Selectable
Version: $Revision: 1.11 $ $Date: 2004/08/27 03:21:21 $
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) |
Throws: IndexOutOfBoundsException if there is no argument at the given index