JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.ParamOrVariable
Packages that use
ParamOrVariable
Package
Description
org.jooq
This package contains jOOQ's public API.
Uses of
ParamOrVariable
in
org.jooq
Subinterfaces of
ParamOrVariable
in
org.jooq
Modifier and Type
Interface
Description
interface
Param
<T>
A named parameter and/or bind value.
interface
Parameter
<T>
A parameter to a stored procedure or function.
interface
Variable
<T>
A local variable reference.