| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.postgresql.visitor |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLStatementParser.FunctionCallContext |
PostgreSQLStatementParser.functionCall() |
PostgreSQLStatementParser.FunctionCallContext |
PostgreSQLStatementParser.SimpleExprContext.functionCall() |
| Modifier and Type | Method and Description |
|---|---|
T |
PostgreSQLStatementBaseVisitor.visitFunctionCall(PostgreSQLStatementParser.FunctionCallContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.functionCall(). |
T |
PostgreSQLStatementVisitor.visitFunctionCall(PostgreSQLStatementParser.FunctionCallContext ctx)
Visit a parse tree produced by
PostgreSQLStatementParser.functionCall(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.ASTNode |
PostgreSQLVisitor.visitFunctionCall(PostgreSQLStatementParser.FunctionCallContext ctx) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.