Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PositionalNotationContext
-
Packages that use PostgreSQLStatementParser.PositionalNotationContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.PositionalNotationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PositionalNotationContext Modifier and Type Method Description PostgreSQLStatementParser.PositionalNotationContextPostgreSQLStatementParser.CallArgumentContext. positionalNotation()PostgreSQLStatementParser.PositionalNotationContextPostgreSQLStatementParser. positionalNotation()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PositionalNotationContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitPositionalNotation(PostgreSQLStatementParser.PositionalNotationContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.positionalNotation().TPostgreSQLStatementParserVisitor. visitPositionalNotation(PostgreSQLStatementParser.PositionalNotationContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.positionalNotation().
-