Uses of Record Class
org.pgcodekeeper.core.database.api.schema.ObjectReference
Packages that use ObjectReference
Package
Description
-
Uses of ObjectReference in org.pgcodekeeper.core.database.api.launcher
Methods in org.pgcodekeeper.core.database.api.launcher that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionIAnalysisLauncher.launchAnalyze(List<Object> errors, IMetaContainer meta) -
Uses of ObjectReference in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ObjectReferenceModifier and TypeMethodDescriptionObjectLocation.getObjectReference()default ObjectReferenceICast.toObjectReference()default ObjectReferenceIIndex.toObjectReference()default ObjectReferenceISearchPath.toObjectReference()default ObjectReferenceIStatement.toObjectReference()default ObjectReferenceISubElement.toObjectReference()Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type ObjectReferenceMethods in org.pgcodekeeper.core.database.api.schema with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidIStatement.addDependency(ObjectReference dependency) Adds a dependency to this statement.IDatabase.getStatement(ObjectReference objectReference) ObjectLocation.Builder.setReference(ObjectReference reference) -
Uses of ObjectReference in org.pgcodekeeper.core.database.base.loader
Methods in org.pgcodekeeper.core.database.base.loader with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidAbstractJdbcLoader.setCurrentObject(ObjectReference currentObject) -
Uses of ObjectReference in org.pgcodekeeper.core.database.base.parser.antlr
Methods in org.pgcodekeeper.core.database.base.parser.antlr that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionAbstractExpr.findReference(String schema, String name, String column) Methods in org.pgcodekeeper.core.database.base.parser.antlr with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidAbstractExpr.addDependency(ObjectReference objectReference, org.antlr.v4.runtime.ParserRuleContext ctx) Adds a non-system dependencyvoidAbstractExpr.addDependency(ObjectReference objectReference, org.antlr.v4.runtime.ParserRuleContext ctx, ObjectLocation.LocationType type) Adds a dependency with parser rule context and dependency typevoidAbstractExpr.addReference(ObjectReference objectReference, org.antlr.v4.runtime.ParserRuleContext ctx) Adds a dependency with parser rule context as a referencevoidAbstractExpr.addVariable(ObjectReference objectReference, org.antlr.v4.runtime.ParserRuleContext ctx) Adds a dependency with parser rule context as a variable -
Uses of ObjectReference in org.pgcodekeeper.core.database.base.parser.launcher
Methods in org.pgcodekeeper.core.database.base.parser.launcher that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionAbstractAnalysisLauncher.launchAnalyze(List<Object> errors, IMetaContainer meta) Launches the analysis of the statement. -
Uses of ObjectReference in org.pgcodekeeper.core.database.base.schema
Methods in org.pgcodekeeper.core.database.base.schema that return types with arguments of type ObjectReferenceMethods in org.pgcodekeeper.core.database.base.schema with parameters of type ObjectReference -
Uses of ObjectReference in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return ObjectReferenceMethods in org.pgcodekeeper.core.database.base.schema.meta that return types with arguments of type ObjectReferenceMethods in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ObjectReferenceConstructors in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ObjectReferenceModifierConstructorDescriptionMetaStatement(ObjectReference reference) Creates a new metadata statement from object reference. -
Uses of ObjectReference in org.pgcodekeeper.core.database.ch.parser.expr
Methods in org.pgcodekeeper.core.database.ch.parser.expr that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionChAbstractExprWithNmspc.findReference(String schema, String name, String column) Methods in org.pgcodekeeper.core.database.ch.parser.expr with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidChAbstractExprWithNmspc.addRawTableReference(ObjectReference qualifiedTable) Adds an unaliased table reference to the namespace. -
Uses of ObjectReference in org.pgcodekeeper.core.database.ch.schema
Methods in org.pgcodekeeper.core.database.ch.schema with parameters of type ObjectReferenceModifier and TypeMethodDescriptionfinal IStatementChDatabase.getStatement(ObjectReference reference) -
Uses of ObjectReference in org.pgcodekeeper.core.database.ms.parser.expr
Methods in org.pgcodekeeper.core.database.ms.parser.expr that return ObjectReferenceModifier and TypeMethodDescriptionMsValueExpr.functionCall(TSQLParser.Function_callContext functionCall) Methods in org.pgcodekeeper.core.database.ms.parser.expr that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionMsAbstractExprWithNmspc.findReference(String schema, String name, String column) Methods in org.pgcodekeeper.core.database.ms.parser.expr with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidMsAbstractExprWithNmspc.addRawTableReference(ObjectReference qualifiedTable) Adds an unaliased table reference to the namespace.booleanMsAbstractExprWithNmspc.addReference(String alias, ObjectReference object) Adds a reference to the namespace with the specified alias. -
Uses of ObjectReference in org.pgcodekeeper.core.database.ms.schema
Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type ObjectReference -
Uses of ObjectReference in org.pgcodekeeper.core.database.pg.jdbc
Methods in org.pgcodekeeper.core.database.pg.jdbc that return ObjectReferenceModifier and TypeMethodDescriptionPgJdbcType.toReference()Returns the ObjectReference representation containing the type's schema and name. -
Uses of ObjectReference in org.pgcodekeeper.core.database.pg.parser.expr
Methods in org.pgcodekeeper.core.database.pg.parser.expr that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionPgAbstractExprWithNmspc.findReference(String schema, String name, String column) Methods in org.pgcodekeeper.core.database.pg.parser.expr with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidPgAbstractExprWithNmspc.addRawTableReference(ObjectReference qualifiedTable) booleanPgAbstractExprWithNmspc.addReference(String alias, ObjectReference object) Clients may use this to set up pseudo-variable names before expression analysis.voidPgAbstractExprWithNmspc.declareNamespaceVar(String alias, String name, ObjectReference argType) Declares a variable in the current namespace. -
Uses of ObjectReference in org.pgcodekeeper.core.database.pg.parser.launcher
Constructors in org.pgcodekeeper.core.database.pg.parser.launcher with parameters of type ObjectReferenceModifierConstructorDescriptionPgAggregateAnalysisLauncher(AbstractStatement stmt, ObjectReference function, String location) Creates an analyzer for aggregate function statements.PgOperatorAnalysisLauncher(AbstractStatement stmt, ObjectReference function, String location) Creates an operator analyzer.Constructor parameters in org.pgcodekeeper.core.database.pg.parser.launcher with type arguments of type ObjectReferenceModifierConstructorDescriptionPgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Function_bodyContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for function body context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Plpgsql_functionContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for PL/pgSQL context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.SqlContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for SQL context. -
Uses of ObjectReference in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return ObjectReferenceModifier and TypeMethodDescriptionPgSequence.getOwnedBy()Gets the table column that owns this sequence.Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type ObjectReferenceModifier and TypeMethodDescriptionfinal AbstractStatementPgDatabase.getStatement(ObjectReference reference) voidPgSequence.setOwnedBy(ObjectReference ownedBy)