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