Uses of Class
org.jooq.exception.DataTypeException
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains jOOQ's public utilities.
-
Uses of DataTypeException in org.jooq
Modifier and TypeMethodDescriptionDataType.array()
A convenient short for formDataType.getArrayDataType()
for DSL usage@NotNull CloseableQuery
@NotNull CloseableQuery
@NotNull CloseableResultQuery
<R> @NotNull CloseableResultQuery
<R> @NotNull Query
Bind a new value to an indexed parameter.@NotNull Query
Bind a new value to a named parameter.@NotNull ResultQuery
<R> @NotNull ResultQuery
<R> <U> U
Get a converted value from this record, providing a field index.<U> U
Get a converted value from this record, providing a field index.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(String)
for lookup.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(String)
for lookup.<U> U
Get a converted value from this Record, providing a field, usingFields.field(Field)
for lookup.<T,
U> U Get a converted value from this Record, providing a field, usingFields.field(Field)
for lookup.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(Name)
for lookup.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(Name)
for lookup.DataType.getArrayDataType()
Retrieve the data type for an ARRAY of this data type.<T> T
Get a converted value from this record, providing a field index.<U> U
Get a converted value from this record, providing a field index.<T> T
Get a converted value from this Record, providing a field name, usingFields.field(String)
for lookup.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(String)
for lookup.<T> T
Get a converted value from this Record, providing a field, usingFields.field(Field)
for lookup.<T,
U> U Get a converted value from this Record, providing a field, usingFields.field(Field)
for lookup.<T> T
Get a converted value from this Record, providing a field name, usingFields.field(Name)
for lookup.<U> U
Get a converted value from this Record, providing a field name, usingFields.field(Name)
for lookup.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> @NotNull List
<U> Convenience method to fetch all values for a given field.<U> U @NotNull []
Return all values for a field index from the result.<U> U @NotNull []
Return all values for a field index from the result.<U> U @NotNull []
Return all values for a field name from the result, usingFields.field(String)
for lookup.<U> U @NotNull []
Return all values for a field name from the result, usingFields.field(String)
for lookup.<U> U @NotNull []
Return all values for a field from the result, usingFields.field(Field)
for lookup.<T,
U> U @NotNull [] Return all values for a field from the result, usingFields.field(Field)
for lookup.<U> U @NotNull []
Return all values for a field name from the result, usingFields.field(Name)
for lookup.<U> U @NotNull []
Return all values for a field name from the result, usingFields.field(Name)
for lookup.<U> @NotNull Set
<U> Return all values for a field index from the result.<U> @NotNull Set
<U> Return all values for a field index from the result.<U> @NotNull Set
<U> Return all values for a field name from the result, usingFields.field(String)
for lookup.<U> @NotNull Set
<U> Return all values for a field name from the result, usingFields.field(String)
for lookup.<U> @NotNull Set
<U> Return all values for a field from the result, usingFields.field(Field)
for lookup.<T,
U> @NotNull Set <U> Return all values for a field from the result, usingFields.field(Field)
for lookup.<U> @NotNull Set
<U> Return all values for a field name from the result, usingFields.field(Name)
for lookup.<U> @NotNull Set
<U> Return all values for a field name from the result, usingFields.field(Name)
for lookup.void
Param.setConverted
(Object value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataTypeException in org.jooq.impl
Modifier and TypeMethodDescriptionstatic final <T> T
Deprecated, for removal: This API element is subject to removal in a future version.static final <U> U
Deprecated, for removal: This API element is subject to removal in a future version.static final <T> List
<T> Internal.convert
(Collection<?> collection, Class<? extends T> type) Deprecated, for removal: This API element is subject to removal in a future version.static final <U> List
<U> Internal.convert
(Collection<?> collection, Converter<?, ? extends U> converter) Deprecated, for removal: This API element is subject to removal in a future version.static final Object[]
Internal.convertArray
(Object[] from, Class<?> toClass) Deprecated, for removal: This API element is subject to removal in a future version.static final <U> U[]
Internal.convertArray
(Object[] from, Converter<?, ? extends U> converter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataTypeException in org.jooq.tools
Modifier and TypeMethodDescriptionstatic final <T> T
Deprecated, for removal: This API element is subject to removal in a future version.Convert an object to a type.static final <U> U
Deprecated, for removal: This API element is subject to removal in a future version.Convert an object to a type.static final <T> List
<T> Convert.convert
(Collection<?> collection, Class<? extends T> type) Deprecated, for removal: This API element is subject to removal in a future version.Convert a collection of objects to a list ofT
, usingConvert.convert(Object, Class)
static final <U> List
<U> Convert.convert
(Collection<?> collection, Converter<?, ? extends U> converter) Deprecated, for removal: This API element is subject to removal in a future version.Convert a collection of objects to a list ofT
, usingConvert.convert(Object, Converter)
static final Object[]
Convert.convertArray
(Object[] from, Class<?> toClass) Deprecated, for removal: This API element is subject to removal in a future version.Convert an array into another one by these rulesstatic final <U> U[]
Convert.convertArray
(Object[] from, Converter<?, ? extends U> converter) Deprecated, for removal: This API element is subject to removal in a future version.Convert an array into another one using a converter
Param
will be made immutable.