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