Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.AlterRoleContext
Packages that use PostgreSQLStatementParser.AlterRoleContext
Package
Description
-
Uses of PostgreSQLStatementParser.AlterRoleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.AlterRoleContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.alterRole()PostgreSQLStatementParser.ExecuteContext.alterRole()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.AlterRoleContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitAlterRole(PostgreSQLStatementParser.AlterRoleContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.alterRole().PostgreSQLStatementParserVisitor.visitAlterRole(PostgreSQLStatementParser.AlterRoleContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.alterRole(). -
Uses of PostgreSQLStatementParser.AlterRoleContext 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.AlterRoleContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDCLStatementSQLVisitor.visitAlterRole(PostgreSQLStatementParser.AlterRoleContext ctx)