Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateRoleContext
-
Packages that use PostgreSQLStatementParser.CreateRoleContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.CreateRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateRoleContext Modifier and Type Method Description PostgreSQLStatementParser.CreateRoleContextPostgreSQLStatementParser. createRole()PostgreSQLStatementParser.CreateRoleContextPostgreSQLStatementParser.ExecuteContext. createRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateRoleContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createRole().TPostgreSQLStatementParserVisitor. visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createRole(). -
Uses of PostgreSQLStatementParser.CreateRoleContext 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.CreateRoleContext Modifier and Type Method Description ASTNodePostgreSQLDCLStatementVisitor. visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx)
-