Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.TransitionRelNameContext
-
Packages that use PostgreSQLStatementParser.TransitionRelNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.TransitionRelNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.TransitionRelNameContext Modifier and Type Method Description PostgreSQLStatementParser.TransitionRelNameContextPostgreSQLStatementParser. transitionRelName()PostgreSQLStatementParser.TransitionRelNameContextPostgreSQLStatementParser.TriggerTransitionContext. transitionRelName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.TransitionRelNameContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitTransitionRelName(PostgreSQLStatementParser.TransitionRelNameContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.transitionRelName().TPostgreSQLStatementParserVisitor. visitTransitionRelName(PostgreSQLStatementParser.TransitionRelNameContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.transitionRelName().
-