Uses of Class
org.pgcodekeeper.core.database.ch.schema.ChView
Packages that use ChView
Package
Description
-
Uses of ChView in org.pgcodekeeper.core.database.ch.parser.launcher
Constructors in org.pgcodekeeper.core.database.ch.parser.launcher with parameters of type ChViewModifierConstructorDescriptionChViewAnalysisLauncher(ChView stmt, CHParser.Subquery_clauseContext vQuery, String location) Creates a view analyzer for ClickHouse. -
Uses of ChView in org.pgcodekeeper.core.database.ch.parser.statement
Methods in org.pgcodekeeper.core.database.ch.parser.statement with parameters of type ChViewModifier and TypeMethodDescriptionvoidChCreateView.parseObject(ChView view, boolean needFormatSql) Parses view details including query, comments, and view type-specific configurations.