Uses of Class
org.jooq.exception.DataTypeException
Packages that use 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
Methods in org.jooq that throw DataTypeExceptionModifier and TypeMethodDescriptionDataType.array()A convenient short for formDataType.getArrayDataType()for DSL usage@NotNull CloseableQuery@NotNull CloseableQuery@NotNull CloseableResultQuery<R> @NotNull CloseableResultQuery<R> @NotNull QueryBind a new value to an indexed parameter.@NotNull QueryBind a new value to a named parameter.@NotNull ResultQuery<R> @NotNull ResultQuery<R> <U> UGet a converted value from this record, providing a field index.<U> UGet a converted value from this record, providing a field index.<U> UGet a converted value from this Record, providing a field name, usingFields.field(String)for lookup.<U> UGet a converted value from this Record, providing a field name, usingFields.field(String)for lookup.<U> UGet 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> UGet a converted value from this Record, providing a field name, usingFields.field(Name)for lookup.<U> UGet 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> TGet a converted value from this record, providing a field index.<U> UGet a converted value from this record, providing a field index.<T> TGet a converted value from this Record, providing a field name, usingFields.field(String)for lookup.<U> UGet a converted value from this Record, providing a field name, usingFields.field(String)for lookup.<T> TGet 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> TGet a converted value from this Record, providing a field name, usingFields.field(Name)for lookup.<U> UGet 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.voidParam.setConverted(Object value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataTypeException in org.jooq.impl
Methods in org.jooq.impl that throw DataTypeExceptionModifier and TypeMethodDescriptionstatic final <T> TDeprecated, for removal: This API element is subject to removal in a future version.static final <U> UDeprecated, 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
Methods in org.jooq.tools that throw DataTypeExceptionModifier and TypeMethodDescriptionstatic final <T> TDeprecated, for removal: This API element is subject to removal in a future version.Convert an object to a type.static final <U> UDeprecated, 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
Paramwill be made immutable.