Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ForUpdateClauseContext
-
Packages that use OracleStatementParser.ForUpdateClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.ForUpdateClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ForUpdateClauseContext Modifier and Type Method Description OracleStatementParser.ForUpdateClauseContextOracleStatementParser. forUpdateClause()OracleStatementParser.ForUpdateClauseContextOracleStatementParser.SelectContext. forUpdateClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ForUpdateClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)Visit a parse tree produced byOracleStatementParser.forUpdateClause().TOracleStatementVisitor. visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)Visit a parse tree produced byOracleStatementParser.forUpdateClause(). -
Uses of OracleStatementParser.ForUpdateClauseContext 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.ForUpdateClauseContext Modifier and Type Method Description ASTNodeOracleDMLStatementVisitor. visitForUpdateClause(OracleStatementParser.ForUpdateClauseContext ctx)
-