Uses of Class
org.pgcodekeeper.core.schema.PgObjLocation
Packages that use PgObjLocation
Package
Description
-
Uses of PgObjLocation in org.pgcodekeeper.core.loader
Method parameters in org.pgcodekeeper.core.loader with type arguments of type PgObjLocationModifier and TypeMethodDescriptionvoidJdbcRunner.runBatches(AbstractJdbcConnector connector, List<PgObjLocation> batches, IProgressReporter reporter) Executes statement batches with no return value. -
Uses of PgObjLocation in org.pgcodekeeper.core.loader.callables
Constructor parameters in org.pgcodekeeper.core.loader.callables with type arguments of type PgObjLocationModifierConstructorDescriptionQueriesBatchCallable(Statement st, List<PgObjLocation> batches, IMonitor monitor, IProgressReporter reporter, Connection connection, DatabaseType dbType) Creates a new queries batch callable with the specified parameters. -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.base
Methods in org.pgcodekeeper.core.parsers.antlr.base that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionScriptParser.batch()Gets the parsed script batches (statements). -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.base.launcher
Methods in org.pgcodekeeper.core.parsers.antlr.base.launcher that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionAbstractAnalysisLauncher.getReferences()Gets the list of object references founded during analysis. -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.ch.expr
Methods in org.pgcodekeeper.core.parsers.antlr.ch.expr that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionChAbstractExpr.getDepcies()Gets an unmodifiable set of database object dependencies found in this expression. -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Methods in org.pgcodekeeper.core.parsers.antlr.ch.launcher that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionChFuncAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) ChViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.ms.expr
Methods in org.pgcodekeeper.core.parsers.antlr.ms.expr that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionMsAbstractExpr.getDepcies()Returns an unmodifiable set of dependencies found during expression analysis. -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Methods in org.pgcodekeeper.core.parsers.antlr.ms.launcher that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionMsExpressionAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) MsFuncProcTrigAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) MsViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.pg.expr
Methods in org.pgcodekeeper.core.parsers.antlr.pg.expr that return types with arguments of type PgObjLocation -
Uses of PgObjLocation in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Methods in org.pgcodekeeper.core.parsers.antlr.pg.launcher that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionConstraintAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) DomainAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) FuncProcAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) IndexAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) Analyzes the index definition to extract table dependencies.RuleAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) StatisticsAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) TriggerAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) VexAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) ViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) -
Uses of PgObjLocation in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return PgObjLocationModifier and TypeMethodDescriptionPgObjLocation.Builder.build()Builds a PgObjLocation instance from the configured parameters.PgObjLocation.copyWithOffset(int offset, int lineOffset, int inLineOffset, String filePath) Creates a copy of this location with adjusted position offsets.AbstractColumn.getLocation()AbstractConstraint.getLocation()PgStatement.getLocation()Gets the location information for this statement.PgStatementMeta.getLocation()PgOverride.getNewLocation()Gets the location information for the new statement.PgOverride.getOldLocation()Gets the location information for the old statement.Methods in org.pgcodekeeper.core.schema that return types with arguments of type PgObjLocationModifier and TypeMethodDescriptionAbstractDatabase.getObjReferences()AbstractDatabase.getObjReferences(String name) Methods in org.pgcodekeeper.core.schema with parameters of type PgObjLocationModifier and TypeMethodDescriptionvoidAbstractDatabase.addReference(String fileName, PgObjLocation loc) Adds an object reference to the specified file.final booleanPgObjLocation.compare(PgObjLocation loc) Compares this location with another location for equality.voidPgStatement.setLocation(PgObjLocation location) Sets the location information for this statement.voidPgStatementMeta.setLocation(PgObjLocation location) -
Uses of PgObjLocation in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta that return PgObjLocationModifier and TypeMethodDescriptionMetaStatement.getObject()Returns the object location information.Constructors in org.pgcodekeeper.core.schema.meta with parameters of type PgObjLocationModifierConstructorDescriptionMetaCast(String source, String target, ICast.CastContext context, PgObjLocation object) Creates a new cast metadata object with location information.MetaCompositeType(PgObjLocation object) Creates a new composite type metadata object.MetaConstraint(PgObjLocation object) Creates a new constraint metadata object.MetaFunction(PgObjLocation object, String bareName) Creates a new function metadata object with location information.MetaOperator(PgObjLocation object) Creates a new operator metadata object with location information.MetaRelation(PgObjLocation object) Creates a new relation metadata object with location information.MetaStatement(PgObjLocation object) Creates a new metadata statement with location information.