Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateUserContext
-
Packages that use PostgreSQLStatementParser.CreateUserContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.CreateUserContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateUserContext Modifier and Type Method Description PostgreSQLStatementParser.CreateUserContextPostgreSQLStatementParser. createUser()PostgreSQLStatementParser.CreateUserContextPostgreSQLStatementParser.ExecuteContext. createUser()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateUserContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitCreateUser(PostgreSQLStatementParser.CreateUserContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createUser().TPostgreSQLStatementParserVisitor. visitCreateUser(PostgreSQLStatementParser.CreateUserContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createUser(). -
Uses of PostgreSQLStatementParser.CreateUserContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.CreateUserContext Modifier and Type Method Description ASTNodePostgreSQLDCLStatementVisitor. visitCreateUser(PostgreSQLStatementParser.CreateUserContext ctx)
-