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.Rtrim
Packages that use
QOM.Rtrim
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.Rtrim
in
org.jooq.impl
Methods in
org.jooq.impl
that return
QOM.Rtrim
Modifier and Type
Method
Description
default @NotNull
QOM.Rtrim
QOM.Rtrim.
$characters
(
Field
<
String
> newCharacters)
The characters to be trimmed.
default @NotNull
QOM.Rtrim
QOM.Rtrim.
$string
(
Field
<
String
> newString)
The string to be trimmed.