Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.SetTransactionContext
-
Packages that use OracleStatementParser.SetTransactionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.SetTransactionContext Modifier and Type Method Description OracleStatementParser.SetTransactionContextOracleStatementParser.ExecuteContext. setTransaction()OracleStatementParser.SetTransactionContextOracleStatementParser. setTransaction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.SetTransactionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)Visit a parse tree produced byOracleStatementParser.setTransaction().TOracleStatementVisitor. visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)Visit a parse tree produced byOracleStatementParser.setTransaction(). -
Uses of OracleStatementParser.SetTransactionContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.SetTransactionContext Modifier and Type Method Description ASTNodeOracleTCLStatementVisitor. visitSetTransaction(OracleStatementParser.SetTransactionContext ctx)
-