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