Uses of Class
org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.Drop_stmtContext
Packages that use CHParser.Drop_stmtContext
Package
Description
-
Uses of CHParser.Drop_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return CHParser.Drop_stmtContext -
Uses of CHParser.Drop_stmtContext in org.pgcodekeeper.core.parsers.antlr.ch.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.statement with parameters of type CHParser.Drop_stmtContextModifierConstructorDescriptionDropChStatement(CHParser.Drop_stmtContext ctx, ChDatabase db, ISettings settings) Creates a parser for ClickHouse DROP statements.