Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.SystemPrivilegeClauseContext
-
Packages that use OracleStatementParser.SystemPrivilegeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.SystemPrivilegeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.SystemPrivilegeClauseContext Modifier and Type Method Description OracleStatementParser.SystemPrivilegeClauseContextOracleStatementParser.GrantContext. systemPrivilegeClause()OracleStatementParser.SystemPrivilegeClauseContextOracleStatementParser.PrivilegeAuditClauseContext. systemPrivilegeClause(int i)OracleStatementParser.SystemPrivilegeClauseContextOracleStatementParser.RevokeContext. systemPrivilegeClause()OracleStatementParser.SystemPrivilegeClauseContextOracleStatementParser. systemPrivilegeClause()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.SystemPrivilegeClauseContext Modifier and Type Method Description List<OracleStatementParser.SystemPrivilegeClauseContext>OracleStatementParser.PrivilegeAuditClauseContext. systemPrivilegeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.SystemPrivilegeClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitSystemPrivilegeClause(OracleStatementParser.SystemPrivilegeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.systemPrivilegeClause().TOracleStatementVisitor. visitSystemPrivilegeClause(OracleStatementParser.SystemPrivilegeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.systemPrivilegeClause().
-