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