Uses of Class
org.pgcodekeeper.core.database.api.schema.ObjectLocation
Packages that use ObjectLocation
Package
Description
-
Uses of ObjectLocation in org.pgcodekeeper.core.callable
Constructor parameters in org.pgcodekeeper.core.callable with type arguments of type ObjectLocationModifierConstructorDescriptionQueriesBatchCallable(Statement st, List<ObjectLocation> batches, IMonitor monitor, IProgressReporter reporter, Connection connection, String batchDelimiter) Creates a new queries batch callable with the specified parameters. -
Uses of ObjectLocation in org.pgcodekeeper.core.database.api.launcher
Methods in org.pgcodekeeper.core.database.api.launcher that return types with arguments of type ObjectLocation -
Uses of ObjectLocation in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ObjectLocationModifier and TypeMethodDescriptionObjectLocation.Builder.build()Builds a PgObjLocation instance from the configured parameters.ObjectLocation.copyWithOffset(int offset, int lineOffset, int inLineOffset, String filePath) Creates a copy of this location with adjusted position offsets.IStatement.getLocation()Gets the location information for this statement.ObjectOverride.getNewLocation()Gets the location information for the new statement.ObjectOverride.getOldLocation()Gets the location information for the old statement.Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type ObjectLocationMethods in org.pgcodekeeper.core.database.api.schema with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidIDatabase.addReference(String fileName, ObjectLocation loc) Adds an object reference to the specified file.final booleanObjectLocation.compare(ObjectLocation loc) Compares this location with another location for equality.voidIStatement.setLocation(ObjectLocation loc) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.jdbc
Method parameters in org.pgcodekeeper.core.database.base.jdbc with type arguments of type ObjectLocationModifier and TypeMethodDescriptionvoidJdbcRunner.runBatches(IJdbcConnector connector, List<ObjectLocation> batches, IProgressReporter reporter) Executes statement batches with no return value. -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.parser
Methods in org.pgcodekeeper.core.database.base.parser that return types with arguments of type ObjectLocationModifier and TypeMethodDescriptionScriptParser.batch()Gets the parsed script batches (statements). -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.parser.antlr
Methods in org.pgcodekeeper.core.database.base.parser.antlr that return types with arguments of type ObjectLocationModifier and TypeMethodDescriptionAbstractExpr.getDependencies()Gets an unmodifiable set of database object dependencies found in this expression.Methods in org.pgcodekeeper.core.database.base.parser.antlr with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidAbstractExpr.addDependency(ObjectLocation dependency) Adds a dependency -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.parser.launcher
Methods in org.pgcodekeeper.core.database.base.parser.launcher that return types with arguments of type ObjectLocationModifier and TypeMethodDescriptionAbstractAnalysisLauncher.getReferences()Gets the list of object references founded during analysis. -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.schema
Methods in org.pgcodekeeper.core.database.base.schema that return ObjectLocationMethods in org.pgcodekeeper.core.database.base.schema with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidAbstractStatement.setLocation(ObjectLocation location) Sets the location information for this statement.voidStatementMeta.setLocation(ObjectLocation location) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return ObjectLocationModifier and TypeMethodDescriptionMetaStatement.getLocation()MetaStatement.getObject()Returns the object location information.Methods in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ObjectLocationConstructors in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ObjectLocationModifierConstructorDescriptionMetaCast(String source, String target, ICast.CastContext context, ObjectLocation object) Creates a new cast metadata object with location information.MetaCompositeType(ObjectLocation object) Creates a new composite type metadata object.MetaConstraint(ObjectLocation object) Creates a new constraint metadata object.MetaFunction(ObjectLocation object, String bareName) Creates a new function metadata object with location information.MetaOperator(ObjectLocation object) Creates a new operator metadata object with location information.MetaRelation(ObjectLocation object) Creates a new relation metadata object with location information.MetaStatement(ObjectLocation object) Creates a new metadata statement with location information. -
Uses of ObjectLocation in org.pgcodekeeper.core.database.ch.parser.launcher
Methods in org.pgcodekeeper.core.database.ch.parser.launcher that return types with arguments of type ObjectLocationModifier and TypeMethodDescriptionChFuncAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) ChViewAnalysisLauncher.analyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema that return ObjectLocationMethods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type ObjectLocationMethods in org.pgcodekeeper.core.database.ch.schema with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidChDatabase.addReference(String fileName, ObjectLocation loc) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.ms.parser.launcher
Methods in org.pgcodekeeper.core.database.ms.parser.launcher that return types with arguments of type ObjectLocationModifier 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 ObjectLocation in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type ObjectLocationMethods in org.pgcodekeeper.core.database.ms.schema with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidMsDatabase.addReference(String fileName, ObjectLocation loc) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.pg.parser.launcher
Methods in org.pgcodekeeper.core.database.pg.parser.launcher that return types with arguments of type ObjectLocationModifier 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) -
Uses of ObjectLocation in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type ObjectLocationMethods in org.pgcodekeeper.core.database.pg.schema with parameters of type ObjectLocationModifier and TypeMethodDescriptionvoidPgDatabase.addReference(String fileName, ObjectLocation loc)