Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext
-
Packages that use PostgreSQLParser.Opt_transaction_chainContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.Opt_transaction_chainContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.Opt_transaction_chainContext Modifier and Type Method Description PostgreSQLParser.Opt_transaction_chainContextPostgreSQLParser. opt_transaction_chain()PostgreSQLParser.Opt_transaction_chainContextPostgreSQLParser.TransactionstmtContext. opt_transaction_chain()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.Opt_transaction_chainContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)voidPostgreSQLParserListener. enterOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)voidPostgreSQLParserBaseListener. exitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)voidPostgreSQLParserListener. exitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)TPostgreSQLParserBaseVisitor. visitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)TPostgreSQLParserVisitor. visitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)
-