R
- The record typepublic interface UDTRecord<R extends UDTRecord<R>> extends Record, SQLData
Modifier and Type | Method and Description |
---|---|
UDT<R> |
getUDT()
The UDT from which this record was read
|
<T> R |
with(Field<T> field,
T value)
Set a value into this record.
|
<T,U> R |
with(Field<T> field,
U value,
Converter<? extends T,? super U> converter)
Set a value into this record.
|
changed, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, format, format, format, format, format, format, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatXML, formatXML, formatXML, formatXML, formatXML, formatXML, from, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, fromMap, get, get, get, get, get, get, get, get, get, get, get, get, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, map, original, original, original, original, original, reset, reset, reset, reset, reset, set, set, setValue, setValue, size, valuesRow
attach, configuration, detach
getSQLTypeName, readSQL, writeSQL
<T> R with(Field<T> field, T value)
Like Record.set(Field, Object)
but returning this
for
fluent setting of multiple values.
Copyright © 2019. All rights reserved.