Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ForUpdateClauseOptionContext
-
Packages that use OracleStatementParser.ForUpdateClauseOptionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ForUpdateClauseOptionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ForUpdateClauseOptionContext Modifier and Type Method Description OracleStatementParser.ForUpdateClauseOptionContextOracleStatementParser.ForUpdateClauseListContext. forUpdateClauseOption(int i)OracleStatementParser.ForUpdateClauseOptionContextOracleStatementParser. forUpdateClauseOption()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ForUpdateClauseOptionContext Modifier and Type Method Description List<OracleStatementParser.ForUpdateClauseOptionContext>OracleStatementParser.ForUpdateClauseListContext. forUpdateClauseOption()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ForUpdateClauseOptionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitForUpdateClauseOption(OracleStatementParser.ForUpdateClauseOptionContext ctx)Visit a parse tree produced byOracleStatementParser.forUpdateClauseOption().TOracleStatementVisitor. visitForUpdateClauseOption(OracleStatementParser.ForUpdateClauseOptionContext ctx)Visit a parse tree produced byOracleStatementParser.forUpdateClauseOption().
-