|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTypeException | |
---|---|
org.jooq | |
org.jooq.tools |
Uses of DataTypeException in org.jooq |
---|
Methods in org.jooq that throw DataTypeException | ||
---|---|---|
ResultQuery<R> |
ResultQuery.bind(int index,
Object value)
Bind a new value to an indexed parameter |
|
Query |
Query.bind(int index,
Object value)
Bind a new value to an indexed parameter |
|
ResultQuery<R> |
ResultQuery.bind(String param,
Object value)
Bind a new value to a named parameter |
|
Query |
Query.bind(String param,
Object value)
Bind a new value to a named parameter |
|
|
Record.getValue(Field<?> field,
Class<? extends T> type)
Get a converted value from this Record, providing a field. |
|
|
Record.getValue(Field<?> field,
Class<? extends T> type,
T defaultValue)
Get a converted value from this record, providing a field. |
|
|
Record.getValue(Field<T> field,
Converter<? super T,U> converter)
Get a converted value from this Record, providing a field. |
|
|
Record.getValue(Field<T> field,
Converter<? super T,U> converter,
U defaultValue)
Get a converted value from this record, providing a field. |
|
|
Store.getValue(int index,
Class<? extends T> type)
Get a converted value from this Store, providing a field index. |
|
|
Store.getValue(int index,
Class<? extends T> type,
T defaultValue)
Get a converted value from this Store, providing a field index. |
|
|
Record.getValue(int index,
Converter<?,U> converter)
Get a converted value from this Store, providing a field index. |
|
|
Record.getValue(int index,
Converter<?,U> converter,
U defaultValue)
Get a converted value from this Store, providing a field index. |
|
|
Record.getValue(String fieldName,
Class<? extends T> type)
Get a converted value from this Record, providing a field name. |
|
|
Record.getValue(String fieldName,
Class<? extends T> type,
T defaultValue)
Get a converted value from this record, providing a field name. |
|
|
Record.getValue(String fieldName,
Converter<?,U> converter)
Get a converted value from this Record, providing a field name. |
|
|
Record.getValue(String fieldName,
Converter<?,U> converter,
U defaultValue)
Get a converted value from this record, providing a field name. |
|
BigDecimal |
Record.getValueAsBigDecimal(Field<?> field)
Get a value from this Record, providing a field. |
|
BigDecimal |
Record.getValueAsBigDecimal(Field<?> field,
BigDecimal defaultValue)
Get a value from this record, providing a field. |
|
BigDecimal |
Store.getValueAsBigDecimal(int index)
Get a value from this Store, providing a field index. |
|
BigDecimal |
Store.getValueAsBigDecimal(int index,
BigDecimal defaultValue)
Get a value from this Store, providing a field index. |
|
BigDecimal |
Record.getValueAsBigDecimal(String fieldName)
Get a value from this Record, providing a field name. |
|
BigDecimal |
Record.getValueAsBigDecimal(String fieldName,
BigDecimal defaultValue)
Get a value from this record, providing a field name. |
|
BigInteger |
Record.getValueAsBigInteger(Field<?> field)
Get a value from this Record, providing a field. |
|
BigInteger |
Record.getValueAsBigInteger(Field<?> field,
BigInteger defaultValue)
Get a value from this record, providing a field. |
|
BigInteger |
Store.getValueAsBigInteger(int index)
Get a value from this Store, providing a field index. |
|
BigInteger |
Store.getValueAsBigInteger(int index,
BigInteger defaultValue)
Get a value from this Store, providing a field index. |
|
BigInteger |
Record.getValueAsBigInteger(String fieldName)
Get a value from this Record, providing a field name. |
|
BigInteger |
Record.getValueAsBigInteger(String fieldName,
BigInteger defaultValue)
Get a value from this record, providing a field name. |
|
Boolean |
Record.getValueAsBoolean(Field<?> field)
Get a value from this Record, providing a field. |
|
Boolean |
Record.getValueAsBoolean(Field<?> field,
Boolean defaultValue)
Get a value from this record, providing a field. |
|
Boolean |
Store.getValueAsBoolean(int index)
Get a value from this Store, providing a field index. |
|
Boolean |
Store.getValueAsBoolean(int index,
Boolean defaultValue)
Get a value from this Store, providing a field index. |
|
Boolean |
Record.getValueAsBoolean(String fieldName)
Get a value from this Record, providing a field name. |
|
Boolean |
Record.getValueAsBoolean(String fieldName,
Boolean defaultValue)
Get a value from this record, providing a field name. |
|
Byte |
Record.getValueAsByte(Field<?> field)
Get a value from this Record, providing a field. |
|
Byte |
Record.getValueAsByte(Field<?> field,
Byte defaultValue)
Get a value from this record, providing a field. |
|
Byte |
Store.getValueAsByte(int index)
Get a value from this Store, providing a field index. |
|
Byte |
Store.getValueAsByte(int index,
Byte defaultValue)
Get a value from this Store, providing a field index. |
|
Byte |
Record.getValueAsByte(String fieldName)
Get a value from this Record, providing a field name. |
|
Byte |
Record.getValueAsByte(String fieldName,
Byte defaultValue)
Get a value from this record, providing a field name. |
|
Date |
Record.getValueAsDate(Field<?> field)
Get a value from this Record, providing a field. |
|
Date |
Record.getValueAsDate(Field<?> field,
Date defaultValue)
Get a value from this record, providing a field. |
|
Date |
Store.getValueAsDate(int index)
Get a value from this Store, providing a field index. |
|
Date |
Store.getValueAsDate(int index,
Date defaultValue)
Get a value from this Store, providing a field index. |
|
Date |
Record.getValueAsDate(String fieldName)
Get a value from this Record, providing a field name. |
|
Date |
Record.getValueAsDate(String fieldName,
Date defaultValue)
Get a value from this record, providing a field name. |
|
Double |
Record.getValueAsDouble(Field<?> field)
Get a value from this Record, providing a field. |
|
Double |
Record.getValueAsDouble(Field<?> field,
Double defaultValue)
Get a value from this record, providing a field. |
|
Double |
Store.getValueAsDouble(int index)
Get a value from this Store, providing a field index. |
|
Double |
Store.getValueAsDouble(int index,
Double defaultValue)
Get a value from this Store, providing a field index. |
|
Double |
Record.getValueAsDouble(String fieldName)
Get a value from this Record, providing a field name. |
|
Double |
Record.getValueAsDouble(String fieldName,
Double defaultValue)
Get a value from this record, providing a field name. |
|
Float |
Record.getValueAsFloat(Field<?> field)
Get a value from this Record, providing a field. |
|
Float |
Record.getValueAsFloat(Field<?> field,
Float defaultValue)
Get a value from this record, providing a field. |
|
Float |
Store.getValueAsFloat(int index)
Get a value from this Store, providing a field index. |
|
Float |
Store.getValueAsFloat(int index,
Float defaultValue)
Get a value from this Store, providing a field index. |
|
Float |
Record.getValueAsFloat(String fieldName)
Get a value from this Record, providing a field name. |
|
Float |
Record.getValueAsFloat(String fieldName,
Float defaultValue)
Get a value from this record, providing a field name. |
|
Integer |
Record.getValueAsInteger(Field<?> field)
Get a value from this Record, providing a field. |
|
Integer |
Record.getValueAsInteger(Field<?> field,
Integer defaultValue)
Get a value from this record, providing a field. |
|
Integer |
Store.getValueAsInteger(int index)
Get a value from this Store, providing a field index. |
|
Integer |
Store.getValueAsInteger(int index,
Integer defaultValue)
Get a value from this Store, providing a field index. |
|
Integer |
Record.getValueAsInteger(String fieldName)
Get a value from this Record, providing a field name. |
|
Integer |
Record.getValueAsInteger(String fieldName,
Integer defaultValue)
Get a value from this record, providing a field name. |
|
Long |
Record.getValueAsLong(Field<?> field)
Get a value from this Record, providing a field. |
|
Long |
Record.getValueAsLong(Field<?> field,
Long defaultValue)
Get a value from this record, providing a field. |
|
Long |
Store.getValueAsLong(int index)
Get a value from this Store, providing a field index. |
|
Long |
Store.getValueAsLong(int index,
Long defaultValue)
Get a value from this Store, providing a field index. |
|
Long |
Record.getValueAsLong(String fieldName)
Get a value from this Record, providing a field name. |
|
Long |
Record.getValueAsLong(String fieldName,
Long defaultValue)
Get a value from this record, providing a field name. |
|
Short |
Record.getValueAsShort(Field<?> field)
Get a value from this Record, providing a field. |
|
Short |
Record.getValueAsShort(Field<?> field,
Short defaultValue)
Get a value from this record, providing a field. |
|
Short |
Store.getValueAsShort(int index)
Get a value from this Store, providing a field index. |
|
Short |
Store.getValueAsShort(int index,
Short defaultValue)
Get a value from this Store, providing a field index. |
|
Short |
Record.getValueAsShort(String fieldName)
Get a value from this Record, providing a field name. |
|
Short |
Record.getValueAsShort(String fieldName,
Short defaultValue)
Get a value from this record, providing a field name. |
|
String |
Record.getValueAsString(Field<?> field)
Get a value from this Record, providing a field. |
|
String |
Record.getValueAsString(Field<?> field,
String defaultValue)
Get a value from this record, providing a field. |
|
String |
Store.getValueAsString(int index)
Get a value from this Store, providing a field index. |
|
String |
Store.getValueAsString(int index,
String defaultValue)
Get a value from this Store, providing a field index. |
|
String |
Record.getValueAsString(String fieldName)
Get a value from this Record, providing a field name. |
|
String |
Record.getValueAsString(String fieldName,
String defaultValue)
Get a value from this record, providing a field name. |
|
Time |
Record.getValueAsTime(Field<?> field)
Get a value from this Record, providing a field. |
|
Time |
Record.getValueAsTime(Field<?> field,
Time defaultValue)
Get a value from this record, providing a field. |
|
Time |
Store.getValueAsTime(int index)
Get a value from this Store, providing a field index. |
|
Time |
Store.getValueAsTime(int index,
Time defaultValue)
Get a value from this Store, providing a field index. |
|
Time |
Record.getValueAsTime(String fieldName)
Get a value from this Record, providing a field name. |
|
Time |
Record.getValueAsTime(String fieldName,
Time defaultValue)
Get a value from this record, providing a field name. |
|
Timestamp |
Record.getValueAsTimestamp(Field<?> field)
Get a value from this Record, providing a field. |
|
Timestamp |
Record.getValueAsTimestamp(Field<?> field,
Timestamp defaultValue)
Get a value from this record, providing a field. |
|
Timestamp |
Store.getValueAsTimestamp(int index)
Get a value from this Store, providing a field index. |
|
Timestamp |
Store.getValueAsTimestamp(int index,
Timestamp defaultValue)
Get a value from this Store, providing a field index. |
|
Timestamp |
Record.getValueAsTimestamp(String fieldName)
Get a value from this Record, providing a field name. |
|
Timestamp |
Record.getValueAsTimestamp(String fieldName,
Timestamp defaultValue)
Get a value from this record, providing a field name. |
|
void |
Param.setConverted(Object value)
Sets a converted value, using this Param 's underlying
DataType , obtained from NamedTypeProviderQueryPart.getDataType() |
Uses of DataTypeException in org.jooq.tools |
---|
Methods in org.jooq.tools that throw DataTypeException | ||
---|---|---|
static
|
Convert.convert(List<?> list,
Class<? extends T> type)
Convert a list of objects to a list of T , using
Convert.convert(Object, Class) |
|
static
|
Convert.convert(List<?> list,
Converter<?,U> converter)
Convert a list of objects to a list of T , using
Convert.convert(Object, Converter) |
|
static
|
Convert.convert(Object from,
Class<? extends T> toClass)
Convert an object to a type. |
|
static
|
Convert.convert(Object from,
Converter<?,U> converter)
Convert an object to a type. |
|
static Object[] |
Convert.convertArray(Object[] from,
Class<?> toClass)
Convert an array into another one by these rules If toClass is not an array class, then make it an array
class first
If toClass is an array class, then create an instance
from it, and convert all elements in the from array one by
one, using Convert.convert(Object, Class)
|
|
static
|
Convert.convertArray(Object[] from,
Converter<?,U> converter)
Convert an array into another one using a converter This uses Convert.convertArray(Object[], Class) to convert the array to
an array of Converter.fromType() first, before converting that
array again to Converter.toType() |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |