Uses of Interface
org.jooq.meta.UDTDefinition
-
-
Uses of UDTDefinition in org.jooq.meta
Classes in org.jooq.meta that implement UDTDefinition Modifier and Type Class Description classAbstractUDTDefinitionAbstract base implementation forUDTDefinition'sMethods in org.jooq.meta that return UDTDefinition Modifier and Type Method Description UDTDefinitionAbstractDatabase. getUDT(SchemaDefinition schema, String name)UDTDefinitionAbstractDatabase. getUDT(SchemaDefinition schema, String name, boolean ignoreCase)UDTDefinitionAbstractDatabase. getUDT(SchemaDefinition schema, Name name)UDTDefinitionAbstractDatabase. getUDT(SchemaDefinition schema, Name name, boolean ignoreCase)UDTDefinitionDatabase. getUDT(SchemaDefinition schema, String name)Get a UDT defined in this database by name.UDTDefinitionDatabase. getUDT(SchemaDefinition schema, String name, boolean ignoreCase)Get a UDT defined in this database by name.UDTDefinitionDatabase. getUDT(SchemaDefinition schema, Name name)Get a UDT defined in this database by name.UDTDefinitionDatabase. 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 UDTDefinition Modifier and Type Method Description List<UDTDefinition>AbstractDatabase. getUDTs()List<UDTDefinition>AbstractDatabase. getUDTs(PackageDefinition pkg)List<UDTDefinition>AbstractDatabase. getUDTs(SchemaDefinition schema)List<UDTDefinition>AbstractPackageDefinition. getUDTs()List<UDTDefinition>AbstractUDTDefinition. getUDTs()List<UDTDefinition>Database. getUDTs()The UDTs defined in this database.List<UDTDefinition>Database. getUDTs(PackageDefinition pkg)The UDTs defined in this database.List<UDTDefinition>Database. getUDTs(SchemaDefinition schema)The UDTs defined in this database.List<UDTDefinition>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()Constructors in org.jooq.meta with parameters of type UDTDefinition Constructor Description DefaultAttributeDefinition(UDTDefinition udt, String name, int position, DataTypeDefinition type) -
Uses of UDTDefinition in org.jooq.meta.cubrid
Methods in org.jooq.meta.cubrid that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>CUBRIDDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.derby
Methods in org.jooq.meta.derby that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>DerbyDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.firebird
Methods in org.jooq.meta.firebird that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>FirebirdDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.h2
Methods in org.jooq.meta.h2 that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>H2Database. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.hsqldb
Methods in org.jooq.meta.hsqldb that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>HSQLDBDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.mysql
Methods in org.jooq.meta.mysql that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>MySQLDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.postgres
Classes in org.jooq.meta.postgres that implement UDTDefinition Modifier and Type Class Description classPostgresUDTDefinitionMethods in org.jooq.meta.postgres that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>PostgresDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.sqlite
Methods in org.jooq.meta.sqlite that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>SQLiteDatabase. getUDTs0() -
Uses of UDTDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type UDTDefinition Modifier and Type Method Description protected List<UDTDefinition>XMLDatabase. getUDTs0()
-