| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| org.jooq.util.mariadb | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.MARIADB dialect. | 
| org.jooq.util.mysql | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.MYSQL dialect. | 
| Modifier and Type | Method and Description | 
|---|---|
<E extends EnumType> | 
DataType.asEnumDataType(Class<E> enumDataType)
Retrieve the data type for a given enum data type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<E extends EnumType> | 
DefaultDataType.asEnumDataType(Class<E> enumDataType)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <E extends Enum<E> & EnumType> | 
MariaDBDSL.enumType(Class<E> type,
        int index)
Get a field based  
EnumType by its MariaDB-specific index. | 
| Modifier and Type | Method and Description | 
|---|---|
static <E extends Enum<E> & EnumType> | 
MySQLDSL.enumType(Class<E> type,
        int index)
Get a field based  
EnumType by its MySQL-specific index. | 
Copyright © 2016. All Rights Reserved.