Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ObjectActionContext
-
Packages that use OracleStatementParser.ObjectActionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ObjectActionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ObjectActionContext Modifier and Type Method Description OracleStatementParser.ObjectActionContextOracleStatementParser. objectAction()OracleStatementParser.ObjectActionContextOracleStatementParser.StandardActionsClauseContext. objectAction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ObjectActionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitObjectAction(OracleStatementParser.ObjectActionContext ctx)Visit a parse tree produced byOracleStatementParser.objectAction().TOracleStatementVisitor. visitObjectAction(OracleStatementParser.ObjectActionContext ctx)Visit a parse tree produced byOracleStatementParser.objectAction().
-