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