Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateRoleContext
Packages that use PostgreSQLStatementParser.CreateRoleContext
Package
Description
-
Uses of PostgreSQLStatementParser.CreateRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateRoleContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.createRole()PostgreSQLStatementParser.ExecuteContext.createRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateRoleContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.createRole().PostgreSQLStatementParserVisitor.visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.createRole(). -
Uses of PostgreSQLStatementParser.CreateRoleContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.CreateRoleContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDCLStatementSQLVisitor.visitCreateRole(PostgreSQLStatementParser.CreateRoleContext ctx)