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