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