Uses of Interface
org.jooq.util.UDTDefinition

Packages that use UDTDefinition
org.jooq.util   
org.jooq.util.ase   
org.jooq.util.cubrid   
org.jooq.util.db2   
org.jooq.util.derby   
org.jooq.util.h2   
org.jooq.util.hsqldb   
org.jooq.util.ingres   
org.jooq.util.mysql   
org.jooq.util.oracle   
org.jooq.util.postgres   
org.jooq.util.sqlite   
org.jooq.util.sqlserver   
org.jooq.util.sybase   
 

Uses of UDTDefinition in org.jooq.util
 

Classes in org.jooq.util that implement UDTDefinition
 class AbstractUDTDefinition
          Abstract base implementation for UDTDefinition's
 

Methods in org.jooq.util that return UDTDefinition
 UDTDefinition Database.getUDT(SchemaDefinition schema, String name)
          Get a UDT defined in this database by name
 UDTDefinition AbstractDatabase.getUDT(SchemaDefinition schema, String name)
           
 UDTDefinition Database.getUDT(SchemaDefinition schema, String name, boolean ignoreCase)
          Get a UDT defined in this database by name
 UDTDefinition AbstractDatabase.getUDT(SchemaDefinition schema, String name, boolean ignoreCase)
           
 

Methods in org.jooq.util that return types with arguments of type UDTDefinition
 List<UDTDefinition> Database.getUDTs(SchemaDefinition schema)
          The UDTs defined in this database
 List<UDTDefinition> AbstractDatabase.getUDTs(SchemaDefinition schema)
           
protected abstract  List<UDTDefinition> AbstractDatabase.getUDTs0()
          Retrieve ALL UDTs from the database.
 

Constructors in org.jooq.util with parameters of type UDTDefinition
DefaultAttributeDefinition(UDTDefinition udt, String name, int position, DataTypeDefinition type)
           
 

Uses of UDTDefinition in org.jooq.util.ase
 

Methods in org.jooq.util.ase that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> ASEDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.cubrid
 

Methods in org.jooq.util.cubrid that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> CUBRIDDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.db2
 

Classes in org.jooq.util.db2 that implement UDTDefinition
 class DB2UDTDefinition
          DB2 UDT definition
 

Methods in org.jooq.util.db2 that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> DB2Database.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.derby
 

Methods in org.jooq.util.derby that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> DerbyDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.h2
 

Methods in org.jooq.util.h2 that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> H2Database.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.hsqldb
 

Methods in org.jooq.util.hsqldb that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> HSQLDBDatabase.getUDTs0()
          Retrieve ALL UDTs from the database.
 

Uses of UDTDefinition in org.jooq.util.ingres
 

Methods in org.jooq.util.ingres that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> IngresDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.mysql
 

Methods in org.jooq.util.mysql that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> MySQLDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.oracle
 

Classes in org.jooq.util.oracle that implement UDTDefinition
 class OracleUDTDefinition
           
 

Methods in org.jooq.util.oracle that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> OracleDatabase.getUDTs0()
          Retrieve ALL UDTs from the database.
 

Uses of UDTDefinition in org.jooq.util.postgres
 

Classes in org.jooq.util.postgres that implement UDTDefinition
 class PostgresUDTDefinition
           
 

Methods in org.jooq.util.postgres that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> PostgresDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.sqlite
 

Methods in org.jooq.util.sqlite that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> SQLiteDatabase.getUDTs0()
           
 

Uses of UDTDefinition in org.jooq.util.sqlserver
 

Methods in org.jooq.util.sqlserver that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> SQLServerDatabase.getUDTs0()
          Retrieve ALL UDTs from the database.
 

Uses of UDTDefinition in org.jooq.util.sybase
 

Methods in org.jooq.util.sybase that return types with arguments of type UDTDefinition
protected  List<UDTDefinition> SybaseDatabase.getUDTs0()
           
 



Copyright © 2012. All Rights Reserved.