Uses of Interface
org.pgcodekeeper.core.database.api.schema.meta.IMetaContainer
Packages that use IMetaContainer
Package
Description
-
Uses of IMetaContainer in org.pgcodekeeper.core.database.api.launcher
Methods in org.pgcodekeeper.core.database.api.launcher with parameters of type IMetaContainerModifier and TypeMethodDescriptionIAnalysisLauncher.launchAnalyze(List<Object> errors, IMetaContainer meta) -
Uses of IMetaContainer in org.pgcodekeeper.core.database.base.parser.launcher
Methods in org.pgcodekeeper.core.database.base.parser.launcher with parameters of type IMetaContainerModifier and TypeMethodDescriptionAbstractAnalysisLauncher.launchAnalyze(List<Object> errors, IMetaContainer meta) Launches the analysis of the statement. -
Uses of IMetaContainer in org.pgcodekeeper.core.database.base.schema.meta
Classes in org.pgcodekeeper.core.database.base.schema.meta that implement IMetaContainerModifier and TypeClassDescriptionclassContainer for database metadata objects organized by type and schema.Methods in org.pgcodekeeper.core.database.base.schema.meta with parameters of type IMetaContainerModifier and TypeMethodDescriptionstatic voidMetaUtils.initializeView(IMetaContainer meta, String schemaName, String name, List<? extends Pair<String, String>> columns) Initializes a view with column information in the metadata container. -
Uses of IMetaContainer in org.pgcodekeeper.core.database.ch.parser.expr
Constructors in org.pgcodekeeper.core.database.ch.parser.expr with parameters of type IMetaContainerModifierConstructorDescriptionChExprWithNmspc(String schema, IMetaContainer meta) Constructs a new expression analyzer with schema and metadata container.ChSelect(String schema, IMetaContainer meta) Creates a new SELECT analyzer with schema and metadata.ChValueExpr(IMetaContainer meta) Creates a value expression analyzer with metadata container. -
Uses of IMetaContainer in org.pgcodekeeper.core.database.ch.parser.launcher
Methods in org.pgcodekeeper.core.database.ch.parser.launcher with parameters of type IMetaContainerModifier and TypeMethodDescriptionChFuncAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) ChViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) -
Uses of IMetaContainer in org.pgcodekeeper.core.database.ms.parser.expr
Constructors in org.pgcodekeeper.core.database.ms.parser.expr with parameters of type IMetaContainerModifierConstructorDescriptionMsExprWithNmspc(String schema, IMetaContainer meta) Creates a new Microsoft SQL expression analyzer with namespace support.MsSelect(String schema, IMetaContainer meta) Creates a new Microsoft SQL SELECT analyzer with the specified schema and metadata.MsSqlClauses(String schema, IMetaContainer meta) Creates a new Microsoft SQL clauses analyzer with the specified schema and metadata.MsValueExpr(String schema, IMetaContainer meta) Creates a new Microsoft SQL value expression analyzer with the specified schema and metadata. -
Uses of IMetaContainer in org.pgcodekeeper.core.database.ms.parser.launcher
Methods in org.pgcodekeeper.core.database.ms.parser.launcher with parameters of type IMetaContainerModifier and TypeMethodDescriptionMsExpressionAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) MsFuncProcTrigAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) MsViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) -
Uses of IMetaContainer in org.pgcodekeeper.core.database.pg.parser.expr
Constructors in org.pgcodekeeper.core.database.pg.parser.expr with parameters of type IMetaContainerModifierConstructorDescriptionPgDelete(IMetaContainer meta) Creates a Delete parser with meta container.PgFunctionExp(IMetaContainer meta) Creates a Function parser with meta container.PgInsert(IMetaContainer meta) Creates an Insert parser with meta container.Creates a Select parser with meta container.PgSql(IMetaContainer meta) Creates a Sql parser with meta container.Creates a SqlFunctionBody parser with meta container.PgUpdate(IMetaContainer meta) Creates an Update parser with meta container.PgValueExpr(IMetaContainer meta) Creates a ValueExpr parser with meta container.Creates a ValueExprWithNmspc parser with meta container. -
Uses of IMetaContainer in org.pgcodekeeper.core.database.pg.parser.launcher
Methods in org.pgcodekeeper.core.database.pg.parser.launcher with parameters of type IMetaContainerModifier and TypeMethodDescriptionPgConstraintAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgDomainAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgFuncProcAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgIndexAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Analyzes the index definition to extract table dependencies.PgRuleAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgStatisticsAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgTriggerAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgVexAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) PgViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta)