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