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