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