JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.impl.QOM.Shl
Packages that use
QOM.Shl
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.Shl
in
org.jooq.impl
Methods in
org.jooq.impl
that return
QOM.Shl
Modifier and Type
Method
Description
default @NotNull
QOM.Shl
<
T
>
QOM.Shl.
$count
(
Field
<? extends
Number
> newCount)
The number of bits to shift.
default @NotNull
QOM.Shl
<
T
>
QOM.Shl.
$value
(
Field
<
T
> newValue)
The number whose bits to shift left.