Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.TriggerTransitionContext
Packages that use PostgreSQLStatementParser.TriggerTransitionContext
-
Uses of PostgreSQLStatementParser.TriggerTransitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.TriggerTransitionContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.triggerTransition()PostgreSQLStatementParser.TriggerTransitionsContext.triggerTransition(int i) Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type PostgreSQLStatementParser.TriggerTransitionContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.TriggerTransitionsContext.triggerTransition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.TriggerTransitionContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitTriggerTransition(PostgreSQLStatementParser.TriggerTransitionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.triggerTransition().PostgreSQLStatementParserVisitor.visitTriggerTransition(PostgreSQLStatementParser.TriggerTransitionContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.triggerTransition().