Uses of Class
org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Create_view_stmtContext
Packages that use CHParser.Create_view_stmtContext
Package
Description
-
Uses of CHParser.Create_view_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return CHParser.Create_view_stmtContextModifier and TypeMethodDescriptionCHParser.Create_stmtContext.create_view_stmt()CHParser.create_view_stmt() -
Uses of CHParser.Create_view_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.statement with parameters of type CHParser.Create_view_stmtContextModifierConstructorDescriptionCreateChView(CHParser.Create_view_stmtContext ctx, ChDatabase db, org.antlr.v4.runtime.CommonTokenStream stream, ISettings settings) Creates a parser for ClickHouse CREATE VIEW statements.