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