Uses of Interface
org.jooq.EnumType

Packages that use EnumType
org.jooq   
org.jooq.impl   
org.jooq.util.mysql   
 

Uses of EnumType in org.jooq
 

Methods in org.jooq with type parameters of type EnumType
<E extends EnumType>
DataType<E>
DataType.asEnumDataType(Class<E> enumDataType)
          Retrieve the data type for a given enum data type
 

Uses of EnumType in org.jooq.impl
 

Methods in org.jooq.impl with type parameters of type EnumType
<E extends EnumType>
DataType<E>
AbstractDataType.asEnumDataType(Class<E> enumDataType)
           
 

Uses of EnumType in org.jooq.util.mysql
 

Methods in org.jooq.util.mysql with type parameters of type EnumType
static
<E extends Enum<E> & EnumType>
E
MySQLFactory.enumType(Class<E> type, int index)
          Get a field based EnumType by its MySQL-specific index If your MySQL enum type contains these three values: A, B, C , then this will be the mapping of indexes to values: Enum literal as in Enum.name() Enum ordinal as in Enum.ordinal() MySQL index null-0A01B12C23 See dev.mysql.com/doc/ refman/5.5/en/enum.html for more details about MySQL enum types
 



Copyright © 2012. All Rights Reserved.