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 public utilities.
-
Uses of DataTypeException in org.jooq
Methods in org.jooq that throw DataTypeExceptionModifier and TypeMethodDescription@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.<U> UGet a converted value from this Record, providing a field name.<U> UGet a converted value from this Record, providing a field.<T, U> UGet a converted value from this Record, providing a field.<U> UGet a converted value from this Record, providing a field name.<U> UGet a converted value from this Record, providing a field name.<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.<U> UGet a converted value from this Record, providing a field name.<T> TGet a converted value from this Record, providing a field.<T, U> UGet a converted value from this Record, providing a field.<T> TGet a converted value from this Record, providing a field name.<U> UGet a converted value from this Record, providing a field name.<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> @NotNull U[]Return all values for a field index from the result.<U> @NotNull U[]Return all values for a field index from the result.<U> @NotNull U[]Return all values for a field name from the result.<U> @NotNull U[]Return all values for a field name from the result.<U> @NotNull U[]Return all values for a field from the result.<T, U> @NotNull U[]Return all values for a field from the result.<U> @NotNull U[]Return all values for a field name from the result.<U> @NotNull U[]Return all values for a field name 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 index from the result.<U> @NotNull Set<U>Return all values for a field name from the result.<U> @NotNull Set<U>Return all values for a field name from the result.<U> @NotNull Set<U>Return all values for a field from the result.<T, U> @NotNull Set<U>Return all values for a field from the result.<U> @NotNull Set<U>Return all values for a field name from the result.<U> @NotNull Set<U>Return all values for a field name from the result.voidParam.setConverted(Object value)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 <T> TDeprecated, for removal: This API element is subject to removal in a future version.Convert an object to a type.static <U> UDeprecated, for removal: This API element is subject to removal in a future version.Convert an object to a type.static <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 <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 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 <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.