Uses of Interface
org.pgcodekeeper.core.database.api.schema.IType
Packages that use IType
Package
Description
-
Uses of IType in org.pgcodekeeper.core.database.api.schema
Subinterfaces of IType in org.pgcodekeeper.core.database.api.schemaModifier and TypeInterfaceDescriptioninterfaceInterface for database composite type -
Uses of IType in org.pgcodekeeper.core.database.base.schema.meta
Classes in org.pgcodekeeper.core.database.base.schema.meta that implement ITypeModifier and TypeClassDescriptionfinal classRepresents composite type metadata object. -
Uses of IType in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement ITypeModifier and TypeClassDescriptionclassRepresents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type. -
Uses of IType in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement ITypeModifier and TypeClassDescriptionclassAbstract base class for database user-defined types.classPostgreSQL base type implementation.classPostgreSQL composite type implementation.classPostgreSQL enum type implementation.classPostgreSQL range type implementation.classPostgreSQL shell type implementation.