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