Uses of Enum Class
org.jooq.impl.QOM.IdentityRestartOption
Packages that use QOM.IdentityRestartOption
-
Uses of QOM.IdentityRestartOption in org.jooq.impl
Methods in org.jooq.impl that return QOM.IdentityRestartOptionModifier 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.Methods in org.jooq.impl with parameters of type QOM.IdentityRestartOptionModifier and TypeMethodDescription@NotNull QOM.Truncate<R>
QOM.Truncate.$restartIdentity
(QOM.IdentityRestartOption restartIdentity)