Uses of Class
org.pgcodekeeper.core.schema.AbstractType
Packages that use AbstractType
Package
Description
-
Uses of AbstractType in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return AbstractTypeModifier and TypeMethodDescriptionFinds type according to specified typename.AbstractType.shallowCopy()Methods in org.pgcodekeeper.core.schema with parameters of type AbstractTypeModifier and TypeMethodDescriptionvoidAbstractSchema.addType(AbstractType type) Adds a type to this schema. -
Uses of AbstractType in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractType in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type. -
Uses of AbstractType in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractType in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionfinal classPostgreSQL base type implementation.final classPostgreSQL composite type implementation.final classPostgreSQL enum type implementation.final classPostgreSQL range type implementation.final classPostgreSQL shell type implementation.Methods in org.pgcodekeeper.core.schema.pg with parameters of type AbstractType