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