Uses of Interface
org.jooq.EnumType
-
Packages that use EnumType Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.util.mariadb Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MARIADBdialect.org.jooq.util.mysql Theorg.jooq.util.asepackage contains classes related to theSQLDialect.MYSQLdialect. -
-
Uses of EnumType in org.jooq
Methods in org.jooq with type parameters of type EnumType Modifier and Type Method Description <E extends EnumType>
DataType<E>DataType. asEnumDataType(java.lang.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 Modifier and Type Method Description <E extends EnumType>
DataType<E>DefaultDataType. asEnumDataType(java.lang.Class<E> enumDataType) -
Uses of EnumType in org.jooq.util.mariadb
Methods in org.jooq.util.mariadb with type parameters of type EnumType Modifier and Type Method Description static <E extends java.lang.Enum<E> & EnumType>
EMariaDBDSL. enumType(java.lang.Class<E> type, int index)Get a field basedEnumTypeby its MariaDB-specific index. -
Uses of EnumType in org.jooq.util.mysql
Methods in org.jooq.util.mysql with type parameters of type EnumType Modifier and Type Method Description static <E extends java.lang.Enum<E> & EnumType>
EMySQLDSL. enumType(java.lang.Class<E> type, int index)Get a field basedEnumTypeby its MySQL-specific index.
-