public interface FunctionRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addUserFunction(HplsqlParser.Create_function_stmtContext ctx) |
void |
addUserProcedure(HplsqlParser.Create_procedure_stmtContext ctx) |
boolean |
exec(String name,
HplsqlParser.Expr_func_paramsContext ctx) |
boolean |
exists(String name) |
void |
remove(String name) |
boolean exec(String name, HplsqlParser.Expr_func_paramsContext ctx)
void addUserFunction(HplsqlParser.Create_function_stmtContext ctx)
void addUserProcedure(HplsqlParser.Create_procedure_stmtContext ctx)
boolean exists(String name)
void remove(String name)
Copyright © 2022 The Apache Software Foundation. All rights reserved.