Uses of Class
org.pgcodekeeper.core.database.ch.parser.generated.CHParser.Create_dictinary_stmtContext
Packages that use CHParser.Create_dictinary_stmtContext
Package
Description
-
Uses of CHParser.Create_dictinary_stmtContext in org.pgcodekeeper.core.database.ch.parser.generated
Methods in org.pgcodekeeper.core.database.ch.parser.generated that return CHParser.Create_dictinary_stmtContextModifier and TypeMethodDescriptionCHParser.create_dictinary_stmt()CHParser.Create_stmtContext.create_dictinary_stmt() -
Uses of CHParser.Create_dictinary_stmtContext in org.pgcodekeeper.core.database.ch.parser.statement
Constructors in org.pgcodekeeper.core.database.ch.parser.statement with parameters of type CHParser.Create_dictinary_stmtContextModifierConstructorDescriptionChCreateDictionary(CHParser.Create_dictinary_stmtContext ctx, ChDatabase db, ISettings settings) Creates a parser for ClickHouse CREATE DICTIONARY statements.