Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.TransactionModeListContext
-
Packages that use OpenGaussStatementParser.TransactionModeListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.TransactionModeListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.TransactionModeListContext Modifier and Type Method Description OpenGaussStatementParser.TransactionModeListContextOpenGaussStatementParser.BeginTransactionContext. transactionModeList()OpenGaussStatementParser.TransactionModeListContextOpenGaussStatementParser.SetRestContext. transactionModeList()OpenGaussStatementParser.TransactionModeListContextOpenGaussStatementParser.SetTransactionContext. transactionModeList()OpenGaussStatementParser.TransactionModeListContextOpenGaussStatementParser.StartTransactionContext. transactionModeList()OpenGaussStatementParser.TransactionModeListContextOpenGaussStatementParser. transactionModeList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.TransactionModeListContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitTransactionModeList(OpenGaussStatementParser.TransactionModeListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.transactionModeList().TOpenGaussStatementVisitor. visitTransactionModeList(OpenGaussStatementParser.TransactionModeListContext ctx)Visit a parse tree produced byOpenGaussStatementParser.transactionModeList().
-