JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.RowId
Packages that use
RowId
Package
Description
org.jooq
This package contains jOOQ's public API.
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
RowId
in
org.jooq
Methods in
org.jooq
that return types with arguments of type
RowId
Modifier and Type
Method
Description
@NotNull
Field
<
RowId
>
Table.
rowid
()
The
ROWID
operator.
Uses of
RowId
in
org.jooq.impl
Fields in
org.jooq.impl
with type parameters of type
RowId
Modifier and Type
Field
Description
static final
DataType
<
RowId
>
SQLDataType.
ROWID
The
Types.ROWID
type.