Uses of Interface
org.pgcodekeeper.core.database.api.launcher.IAnalysisLauncher
Packages that use IAnalysisLauncher
Package
Description
-
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type IAnalysisLauncherMethods in org.pgcodekeeper.core.database.api.schema with parameters of type IAnalysisLauncherModifier and TypeMethodDescriptionvoidIDatabase.addAnalysisLauncher(IAnalysisLauncher launcher) Add 'analysis launcher' for deferred analyze. -
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.base.parser.launcher
Classes in org.pgcodekeeper.core.database.base.parser.launcher that implement IAnalysisLauncherModifier and TypeClassDescriptionclassThis class and all child classes contains statement, its contexts and implementation of logic for launch the analysis of statement's contexts. -
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.ch.parser.launcher
Classes in org.pgcodekeeper.core.database.ch.parser.launcher that implement IAnalysisLauncherModifier and TypeClassDescriptionclassLauncher for analyzing ClickHouse SQL expressions.final classLauncher for analyzing ClickHouse function bodies and dependencies.classLauncher for analyzing ClickHouse view definitions. -
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type IAnalysisLauncherMethods in org.pgcodekeeper.core.database.ch.schema with parameters of type IAnalysisLauncherModifier and TypeMethodDescriptionvoidChDatabase.addAnalysisLauncher(IAnalysisLauncher launcher) -
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.ms.parser.launcher
Classes in org.pgcodekeeper.core.database.ms.parser.launcher that implement IAnalysisLauncherModifier 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 IAnalysisLauncher in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type IAnalysisLauncherMethods in org.pgcodekeeper.core.database.ms.schema with parameters of type IAnalysisLauncherModifier and TypeMethodDescriptionvoidMsDatabase.addAnalysisLauncher(IAnalysisLauncher launcher) Add 'analysis launcher' for deferred analyze. -
Uses of IAnalysisLauncher in org.pgcodekeeper.core.database.pg.parser.launcher
Classes in org.pgcodekeeper.core.database.pg.parser.launcher that implement IAnalysisLauncherModifier 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 IAnalysisLauncher in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type IAnalysisLauncherMethods in org.pgcodekeeper.core.database.pg.schema with parameters of type IAnalysisLauncherModifier and TypeMethodDescriptionvoidPgDatabase.addAnalysisLauncher(IAnalysisLauncher launcher)