Uses of Interface
org.jooq.EnumType
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.MARIADB
dialect family.This package contains classes related to the
SQLDialect.MYSQL
dialect family.-
Uses of EnumType in org.jooq
Modifier and TypeMethodDescriptionDataType.asEnumDataType
(Class<E> enumDataType) Retrieve the data type for a given enum data type.EnumType.lookupLiteral
(Class<E> enumType, String literal) Look up anEnumType
value by itsgetLiteral()
. -
Uses of EnumType in org.jooq.impl
Modifier and TypeClassDescriptionenum
This class is generated by jOOQ.enum
This class is generated by jOOQ. -
Uses of EnumType in org.jooq.util.mariadb
-
Uses of EnumType in org.jooq.util.mysql