Uses of Enum Class
org.pgcodekeeper.core.database.api.schema.ObjectLocation.LocationType
Packages that use ObjectLocation.LocationType
Package
Description
-
Uses of ObjectLocation.LocationType in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ObjectLocation.LocationTypeModifier and TypeMethodDescriptionObjectLocation.getLocationType()static ObjectLocation.LocationTypeReturns the enum constant of this class with the specified name.static ObjectLocation.LocationType[]ObjectLocation.LocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.database.api.schema with parameters of type ObjectLocation.LocationTypeModifier and TypeMethodDescriptionObjectLocation.Builder.setLocationType(ObjectLocation.LocationType locationType) -
Uses of ObjectLocation.LocationType in org.pgcodekeeper.core.database.base.parser.antlr
Methods in org.pgcodekeeper.core.database.base.parser.antlr with parameters of type ObjectLocation.LocationTypeModifier and TypeMethodDescriptionvoidAbstractExpr.addDependency(ObjectReference objectReference, org.antlr.v4.runtime.ParserRuleContext ctx, ObjectLocation.LocationType type) Adds a dependency with parser rule context and dependency type