| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.FunctionCallContext |
SqlBaseParser.functionCall() |
SqlBaseParser.FunctionCallContext |
SqlBaseParser.FunctionAsClauseContext.functionCall() |
SqlBaseParser.FunctionCallContext |
SqlBaseParser.FunctionElementContext.functionCall(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.FunctionCallContext> |
SqlBaseParser.FunctionElementContext.functionCall() |
| Modifier and Type | Method and Description |
|---|---|
T |
SqlBaseBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Visit a parse tree produced by
SqlBaseParser.functionCall(). |
T |
SqlBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Visit a parse tree produced by
SqlBaseParser.functionCall(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.