JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Deprecated
Index
Search
Help
org.jooq
org.jooq
ParamOrVariable
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.