Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.TransactionModeItemContext
-
Packages that use OpenGaussStatementParser.TransactionModeItemContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.TransactionModeItemContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.TransactionModeItemContext Modifier and Type Method Description OpenGaussStatementParser.TransactionModeItemContextOpenGaussStatementParser. transactionModeItem()OpenGaussStatementParser.TransactionModeItemContextOpenGaussStatementParser.TransactionModeListContext. transactionModeItem(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.TransactionModeItemContext Modifier and Type Method Description List<OpenGaussStatementParser.TransactionModeItemContext>OpenGaussStatementParser.TransactionModeListContext. transactionModeItem()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.TransactionModeItemContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitTransactionModeItem(OpenGaussStatementParser.TransactionModeItemContext ctx)Visit a parse tree produced byOpenGaussStatementParser.transactionModeItem().TOpenGaussStatementVisitor. visitTransactionModeItem(OpenGaussStatementParser.TransactionModeItemContext ctx)Visit a parse tree produced byOpenGaussStatementParser.transactionModeItem().
-