JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Deprecated
Index
Search
Help
org.jooq
org.jooq
Readonly
Uses of Enum Class
org.jooq.Readonly
Packages that use
Readonly
Package
Description
org.jooq
This package contains jOOQ's public API.
Uses of
Readonly
in
org.jooq
Subclasses with type arguments of type
Readonly
in
org.jooq
Modifier and Type
Class
Description
enum
Readonly
The readonly transaction property.
Methods in
org.jooq
that return
Readonly
Modifier and Type
Method
Description
static
Readonly
Readonly.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Readonly
[]
Readonly.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.