Uses of Class
org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Privilegy_stmtContext
Packages that use CHParser.Privilegy_stmtContext
Package
Description
-
Uses of CHParser.Privilegy_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return CHParser.Privilegy_stmtContextModifier and TypeMethodDescriptionCHParser.Ddl_stmtContext.privilegy_stmt()CHParser.privilegy_stmt() -
Uses of CHParser.Privilegy_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.statement with parameters of type CHParser.Privilegy_stmtContextModifierConstructorDescriptionGrantChPrivilege(CHParser.Privilegy_stmtContext ctx, ChDatabase db, Map<PgStatement, StatementOverride> overrides, ISettings settings) Creates a parser for ClickHouse GRANT/REVOKE privilege statements.