Uses of Enum Class
org.pgcodekeeper.core.database.api.schema.ICast.CastContext
Packages that use ICast.CastContext
Package
Description
-
Uses of ICast.CastContext in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ICast.CastContextModifier and TypeMethodDescriptionICast.getContext()Gets the context in which this cast can be invoked.static ICast.CastContextReturns the enum constant of this class with the specified name.static ICast.CastContext[]ICast.CastContext.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ICast.CastContext in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return ICast.CastContextConstructors in org.pgcodekeeper.core.database.base.schema.meta with parameters of type ICast.CastContextModifierConstructorDescriptionMetaCast(String source, String target, ICast.CastContext context) Creates a new cast metadata object.MetaCast(String source, String target, ICast.CastContext context, ObjectLocation object) Creates a new cast metadata object with location information. -
Uses of ICast.CastContext in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return ICast.CastContextMethods in org.pgcodekeeper.core.database.pg.schema with parameters of type ICast.CastContext