Uses of Interface
org.jooq.Param
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Param in org.jooq
Modifier and TypeMethodDescriptionParam.$inline
(boolean inline) Experimental query object model accessor method, see alsoQOM
.Experimental query object model accessor method, see alsoQOM
.@Nullable Param
<?> DSLContext.extractParam
(QueryPart part, String name) Get a named parameter from aQueryPart
, provided its name.@Nullable Param
<?> Get a named parameter from theQuery
, provided its name.Param<?> @NotNull []
ExecuteContext.params()
The bind values that are being bound to thePreparedStatement
.Modifier and TypeMethodDescriptionDSLContext.extractParams
(QueryPart part) Get aMap
of named parameters.AttachableQueryPart.getParams()
Get aMap
of named parameters.Modifier and TypeMethodDescriptionvoid
Override the bind values that are being bound to thePreparedStatement
.@NotNull RowCountQuery
TheSET
statement.@NotNull RowCountQuery
TheSET
statement.@NotNull RowCountQuery
TheSET LOCAL
statement.@NotNull RowCountQuery
TheSET LOCAL
statement. -
Uses of Param in org.jooq.impl
Modifier and TypeMethodDescription@NotNull Param
<?> QOM.SetCommand.$value()
Param
<?> DefaultDSLContext.extractParam
(QueryPart part, String name) DSL.inline
(boolean value) Create a bind value that is always inlined.DSL.inline
(byte value) Create a bind value that is always inlined.static @NotNull Param
<byte[]> DSL.inline
(byte[] value) Create a bind value that is always inlined.DSL.inline
(char character) Create a bind value, that is always inlined.DSL.inline
(double value) Create a bind value that is always inlined.DSL.inline
(float value) Create a bind value that is always inlined.DSL.inline
(int value) Create a bind value that is always inlined.DSL.inline
(long value) Create a bind value that is always inlined.DSL.inline
(short value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value, that is always inlined.DSL.inline
(CharSequence character) Create a bind value, that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static <T> @NotNull Param
<T> Create a bind value, that is always inlined.static <T> @NotNull Param
<T> Create a bind value, that is always inlined.static <T> @NotNull Param
<T> Create a bind value, that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param
<BigDecimal> DSL.inline
(BigDecimal value) Create a bind value that is always inlined.static @NotNull Param
<BigInteger> DSL.inline
(BigInteger value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param
<LocalDateTime> DSL.inline
(LocalDateTime value) Create a bind value that is always inlined.Create a bind value that is always inlined.static @NotNull Param
<OffsetDateTime> DSL.inline
(OffsetDateTime value) Create a bind value that is always inlined.static @NotNull Param
<OffsetTime> DSL.inline
(OffsetTime value) Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.Create a bind value that is always inlined.static <T> @NotNull Param
<T> DSL.inline
(T value) Create a bind value, that is always inlined.DSL.one()
A1
literal.DSL.param()
Create an unnamed parameter with a generic type (Object
/SQLDataType.OTHER
) and no initial value.static <T> @NotNull Param
<T> Create an unnamed parameter with a defined type and no initial value.Create a named parameter with a generic type (Object
/SQLDataType.OTHER
) and no initial value.static <T> @NotNull Param
<T> Create a named parameter with a defined type and no initial value.static <T> @NotNull Param
<T> Create a named parameter with a defined type and no initial value.static <T> @NotNull Param
<T> Create a named parameter with a defined type of another field and no initial value.static <T> @NotNull Param
<T> Create a named parameter with an initial value.static <T> @NotNull Param
<T> Create an unnamed parameter with a defined type and no initial value.static <T> @NotNull Param
<T> Create an unnamed parameter with the defined type of another field and no initial value.DSL.two()
A2
literal.DSL.val
(boolean value) Get a bind value.DSL.val
(byte value) Get a bind value.static @NotNull Param
<byte[]> DSL.val
(byte[] value) Get a bind value.DSL.val
(double value) Get a bind value.DSL.val
(float value) Get a bind value.DSL.val
(int value) Get a bind value.DSL.val
(long value) Get a bind value.DSL.val
(short value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static <T> @NotNull Param
<T> Get a bind value with an associated type, taken from a field.static <T> @NotNull Param
<T> Get a bind value with an associated type.static <T> @NotNull Param
<T> Get a bind value with an associated type, taken from a field.Get a bind value.Get a bind value.static @NotNull Param
<BigDecimal> DSL.val
(BigDecimal value) Get a bind value.static @NotNull Param
<BigInteger> DSL.val
(BigInteger value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static @NotNull Param
<LocalDateTime> DSL.val
(LocalDateTime value) Get a bind value.Get a bind value.static @NotNull Param
<OffsetDateTime> DSL.val
(OffsetDateTime value) Get a bind value.static @NotNull Param
<OffsetTime> DSL.val
(OffsetTime value) Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.Get a bind value.static <T> @NotNull Param
<T> DSL.val
(T value) Get a bind value.DSL.value
(boolean value) A synonym forDSL.val(boolean)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(byte value) A synonym forDSL.val(byte)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<byte[]> DSL.value
(byte[] value) A synonym forDSL.val(byte[])
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(double value) A synonym forDSL.val(double)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(float value) A synonym forDSL.val(float)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(int value) A synonym forDSL.val(int)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(long value) A synonym forDSL.val(long)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.value
(short value) A synonym forDSL.val(short)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Boolean)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Byte)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Double)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Float)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Integer)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Long)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Param
<T> A synonym forDSL.val(Object, Class)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Param
<T> A synonym forDSL.val(Object, DataType)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Param
<T> A synonym forDSL.val(Object, Field)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Short)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(String)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<BigDecimal> DSL.value
(BigDecimal value) A synonym forDSL.val(BigDecimal)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<BigInteger> DSL.value
(BigInteger value) A synonym forDSL.val(BigInteger)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Date)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Time)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Timestamp)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Instant)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(LocalDate)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<LocalDateTime> DSL.value
(LocalDateTime value) A synonym forDSL.val(LocalDateTime)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(LocalTime)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<OffsetDateTime> DSL.value
(OffsetDateTime value) A synonym forDSL.val(OffsetDateTime)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull Param
<OffsetTime> DSL.value
(OffsetTime value) A synonym forDSL.val(OffsetTime)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(UUID)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Geography)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(Geometry)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(JSON)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(JSONB)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(UByte)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(UInteger)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(ULong)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(UShort)
to be used in Scala and Groovy, whereval
is a reserved keyword.A synonym forDSL.val(XML)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Param
<T> DSL.value
(T value) A synonym forDSL.val(Object)
to be used in Scala and Groovy, whereval
is a reserved keyword.DSL.zero()
A0
literal.Modifier and TypeMethodDescription@NotNull QOM.SetCommand
static RowCountQuery
TheSET
statement.static RowCountQuery
TheSET
statement.static RowCountQuery
TheSET LOCAL
statement.static RowCountQuery
TheSET LOCAL
statement.