|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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
|
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:
Copyright © 2012. All Rights Reserved. | |||||||||||||