Uses of Interface
org.jooq.meta.UDTDefinition
Packages that use UDTDefinition
Package
Description
-
Uses of UDTDefinition in org.jooq.meta
Classes in org.jooq.meta that implement UDTDefinitionMethods in org.jooq.meta that return UDTDefinitionModifier and TypeMethodDescriptionAbstractUDTDefinition.getSupertype()UDTDefinition.getSupertype()The supertype of this UDT, if any.final UDTDefinitionAbstractDatabase.getUDT(SchemaDefinition schema, String name) final UDTDefinitionAbstractDatabase.getUDT(SchemaDefinition schema, String name, boolean ignoreCase) final UDTDefinitionAbstractDatabase.getUDT(SchemaDefinition schema, Name name) final UDTDefinitionAbstractDatabase.getUDT(SchemaDefinition schema, Name name, boolean ignoreCase) Database.getUDT(SchemaDefinition schema, String name) Get a UDT defined in this database by name.Database.getUDT(SchemaDefinition schema, String name, boolean ignoreCase) Get a UDT defined in this database by name.Database.getUDT(SchemaDefinition schema, Name name) Get a UDT defined in this database by name.Database.getUDT(SchemaDefinition schema, Name name, boolean ignoreCase) Get a UDT defined in this database by name.Methods in org.jooq.meta that return types with arguments of type UDTDefinitionModifier and TypeMethodDescriptionAbstractDatabase.getSubtypes(UDTDefinition udt) AbstractUDTDefinition.getSubtypes()Database.getSubtypes(UDTDefinition udt) Get the subtypes of a UDT, if any.UDTDefinition.getSubtypes()The subtypes of this UDT, if any.final List<UDTDefinition> AbstractDatabase.getUDTs()final List<UDTDefinition> AbstractDatabase.getUDTs(PackageDefinition pkg) final List<UDTDefinition> AbstractDatabase.getUDTs(SchemaDefinition schema) final List<UDTDefinition> AbstractPackageDefinition.getUDTs()AbstractUDTDefinition.getUDTs()Database.getUDTs()The UDTs defined in this database.Database.getUDTs(PackageDefinition pkg) The UDTs defined in this database.Database.getUDTs(SchemaDefinition schema) The UDTs defined in this database.PackageDefinition.getUDTs()Fetch all UDTs from the package.protected abstract List<UDTDefinition> AbstractDatabase.getUDTs0()Retrieve ALL UDTs from the database.protected List<UDTDefinition> AbstractMetaDatabase.getUDTs0()Methods in org.jooq.meta with parameters of type UDTDefinitionModifier and TypeMethodDescriptionAbstractDatabase.getSubtypes(UDTDefinition udt) Database.getSubtypes(UDTDefinition udt) Get the subtypes of a UDT, if any.Constructors in org.jooq.meta with parameters of type UDTDefinitionModifierConstructorDescriptionDefaultAttributeDefinition(UDTDefinition udt, String name, int position, DataTypeDefinition type) DefaultAttributeDefinition(UDTDefinition udt, String name, int position, DataTypeDefinition type, String comment) -
Uses of UDTDefinition in org.jooq.meta.cubrid
Methods in org.jooq.meta.cubrid that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.derby
Methods in org.jooq.meta.derby that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.firebird
Methods in org.jooq.meta.firebird that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.h2
Methods in org.jooq.meta.h2 that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.hsqldb
Methods in org.jooq.meta.hsqldb that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.mysql
Methods in org.jooq.meta.mysql that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.postgres
Classes in org.jooq.meta.postgres that implement UDTDefinitionMethods in org.jooq.meta.postgres that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.sqlite
Methods in org.jooq.meta.sqlite that return types with arguments of type UDTDefinition -
Uses of UDTDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type UDTDefinition