()
| 156 | public FunctionName getFunctionName() { return name_; } |
| 157 | public String functionName() { return name_.getFunction(); } |
| 158 | public String dbName() { return name_.getDb(); } |
| 159 | public Type getReturnType() { return retType_; } |
| 160 | public Type[] getArgs() { return argTypes_; } |
| 161 | // Returns the number of arguments to this function. |