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