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