Uses of Class
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
Packages that use AbstractAnalysisLauncher
Package
Description
-
Uses of AbstractAnalysisLauncher in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Subclasses of AbstractAnalysisLauncher in org.pgcodekeeper.core.parsers.antlr.ch.launcherModifier 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.parsers.antlr.ms.launcher
Subclasses of AbstractAnalysisLauncher in org.pgcodekeeper.core.parsers.antlr.ms.launcherModifier 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.parsers.antlr.pg.launcher
Subclasses of AbstractAnalysisLauncher in org.pgcodekeeper.core.parsers.antlr.pg.launcherModifier 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. -
Uses of AbstractAnalysisLauncher in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return types with arguments of type AbstractAnalysisLauncherMethods in org.pgcodekeeper.core.schema with parameters of type AbstractAnalysisLauncherModifier and TypeMethodDescriptionvoidAbstractDatabase.addAnalysisLauncher(AbstractAnalysisLauncher launcher) Add 'analysis launcher' for deferred analyze.