Uses of Enum Class
org.jooq.impl.QOM.IdentityRestartOption
-
Uses of QOM.IdentityRestartOption in org.jooq.impl
Modifier and TypeMethodDescription@Nullable QOM.IdentityRestartOption
QOM.Truncate.$restartIdentity()
static QOM.IdentityRestartOption
Returns the enum constant of this class with the specified name.static QOM.IdentityRestartOption[]
QOM.IdentityRestartOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull QOM.Truncate<R>
QOM.Truncate.$restartIdentity
(QOM.IdentityRestartOption restartIdentity)