Uses of Class
org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_role_stmtContext
Packages that use CHParser.Create_role_stmtContext
Package
Description
-
Uses of CHParser.Create_role_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return CHParser.Create_role_stmtContextModifier and TypeMethodDescriptionCHParser.create_role_stmt()CHParser.Create_stmtContext.create_role_stmt() -
Uses of CHParser.Create_role_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.statement with parameters of type CHParser.Create_role_stmtContextModifierConstructorDescriptionCreateChRole(CHParser.Create_role_stmtContext ctx, ChDatabase db, ISettings settings) Creates a parser for ClickHouse CREATE ROLE statements.