Uses of Class
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
Packages that use AbstractAnalysisLauncher
Package
Description
-
Uses of AbstractAnalysisLauncher in org.pgcodekeeper.core.database.ch.parser.launcher
Modifier and TypeClassDescriptionclassLauncher for analyzing ClickHouse SQL expressions.final classLauncher for analyzing ClickHouse function bodies and dependencies.classLauncher for analyzing ClickHouse view definitions. -
Uses of AbstractAnalysisLauncher in org.pgcodekeeper.core.database.ms.parser.launcher
Modifier and TypeClassDescriptionclassLauncher for analyzing Microsoft SQL expressions.final classLauncher for analyzing Microsoft SQL functions, procedures and triggers.classLauncher for analyzing Microsoft SQL view definitions. -
Uses of AbstractAnalysisLauncher in org.pgcodekeeper.core.database.pg.parser.launcher
Modifier and TypeClassDescriptionclassThis class and all child classes contains PG statement, its contexts and implementation of logic for launch the analysis of statement's contexts.classSpecialized launcher for analyzing aggregate function dependencies.classLauncher for analyzing table constraint expressions.classLauncher for analyzing domain type constraints.final classLauncher for analyzing PostgreSQL function and procedure bodies.classLauncher for analyzing PostgreSQL index definitions.classLauncher for analyzing operator dependencies and return types.classLauncher for analyzing PostgreSQL rule definitions.classLauncher for analyzing PostgreSQL extended statistics expressions.classLauncher for analyzing PostgreSQL trigger conditions.classLauncher for analyzing value expressions (VEX) in SQL definitions.classLauncher for analyzing PostgreSQL view definitions.