Modifier and Type | Method and Description |
---|---|
default BigDecimal |
getBigDecimal(String column)
Get
BigDecimal value for the given column . |
default BigDecimal[] |
getBigDecimalArray(String column)
Get an array of
BigDecimal value for the given column . |
default Boolean |
getBoolean(String column)
Get a boolean value for the given
column . |
default Boolean[] |
getBooleanArray(String column)
Get an array of
Boolean value for the given column . |
default Buffer |
getBuffer(String column)
Get a buffer value for the given
column . |
default Buffer[] |
getBufferArray(String column)
Get an array of
Buffer value for the given column . |
int |
getColumnIndex(String name)
Get a column position for the given column
name . |
String |
getColumnName(int pos)
Get a column name for the given
column . |
default Double |
getDouble(String column)
Get a double value for the given
column . |
default Double[] |
getDoubleArray(String column)
Get an array of
Double value for the given column . |
default Float |
getFloat(String column)
Get a float value for the given
column . |
default Float[] |
getFloatArray(String column)
Get an array of
Float value for the given column . |
default Integer |
getInteger(String column)
Get an integer value for the given
column . |
default Integer[] |
getIntegerArray(String column)
Get an array of
Integer value for the given column . |
default java.time.LocalDate |
getLocalDate(String column)
Get
LocalDate value for the given column . |
default java.time.LocalDate[] |
getLocalDateArray(String column)
Get an array of
LocalDate value for the given column . |
default java.time.LocalDateTime |
getLocalDateTime(String column)
Get
LocalDateTime value for the given column . |
default java.time.LocalDateTime[] |
getLocalDateTimeArray(String column)
Get an array of
LocalDateTime value for the given column . |
default java.time.LocalTime |
getLocalTime(String column)
Get
LocalTime value for the given column . |
default java.time.LocalTime[] |
getLocalTimeArray(String column)
Get an array of
LocalTime value for the given column . |
default Long |
getLong(String column)
Get a long value for the given
column . |
default Long[] |
getLongArray(String column)
Get an array of
Long value for the given column . |
default Numeric |
getNumeric(String column)
Get a numeric value for the given
column . |
default Numeric[] |
getNumericArray(String column)
Get an array of
Numeric value for the given column . |
default java.time.OffsetDateTime |
getOffsetDateTime(String column)
Get
OffsetDateTime value for the given column . |
default java.time.OffsetDateTime[] |
getOffsetDateTimeArray(String column)
Get an array of
OffsetDateTime value for the given column . |
default java.time.OffsetTime |
getOffsetTime(String column)
Get
OffsetTime value for the given column . |
default java.time.OffsetTime[] |
getOffsetTimeArray(String column)
Get an array of
OffsetTime value for the given column . |
default Short |
getShort(String column)
Get a short value for the given
column . |
default Short[] |
getShortArray(String column)
Get an array of
Short value for the given column . |
default String |
getString(String column)
Get a string value for the given
column . |
default String[] |
getStringArray(String column)
Get an array of
String value for the given column . |
default java.time.temporal.Temporal |
getTemporal(String column)
Get a temporal value for the given
column . |
default java.time.temporal.Temporal[] |
getTemporalArray(String column)
Get an array of
Temporal value for the given column . |
default UUID |
getUUID(String column)
Get
UUID value for the given column . |
default UUID[] |
getUUIDArray(String column)
Get an array of
UUID value for the given column . |
default Object |
getValue(String column)
Get an object value for the given
column . |
<T> T[] |
getValues(Class<T> type,
int idx) |
addBigDecimal, addBigDecimalArray, addBoolean, addBooleanArray, addBuffer, addBufferArray, addDouble, addDoubleArray, addFloat, addFloatArray, addInteger, addIntegerArray, addLocalDate, addLocalDateArray, addLocalDateTime, addLocalDateTimeArray, addLocalTime, addLocalTimeArray, addLong, addLongArray, addOffsetDateTime, addOffsetDateTimeArray, addOffsetTime, addOffsetTimeArray, addShort, addShortArray, addString, addStringArray, addTemporal, addTemporalArray, addUUID, addUUIDArray, addValue, addValues, clear, deepToString, get, getBigDecimal, getBigDecimalArray, getBoolean, getBooleanArray, getBuffer, getBufferArray, getDouble, getDoubleArray, getFloat, getFloatArray, getInteger, getIntegerArray, getLocalDate, getLocalDateArray, getLocalDateTime, getLocalDateTimeArray, getLocalTime, getLocalTimeArray, getLong, getLongArray, getNumeric, getNumericArray, getOffsetDateTime, getOffsetDateTimeArray, getOffsetTime, getOffsetTimeArray, getShort, getShortArray, getString, getStringArray, getTemporal, getTemporalArray, getUUID, getUUIDArray, getValue, of, of, of, of, of, of, of, size, tuple, tuple, types, wrap, wrap
String getColumnName(int pos)
column
.pos
- the column positionnull
int getColumnIndex(String name)
name
.name
- the column name-1
if not founddefault Object getValue(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Boolean getBoolean(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Short getShort(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Integer getInteger(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Long getLong(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Float getFloat(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Double getDouble(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Numeric getNumeric(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault String getString(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.temporal.Temporal getTemporal(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalDate getLocalDate(String column)
LocalDate
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalTime getLocalTime(String column)
LocalTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalDateTime getLocalDateTime(String column)
LocalDateTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.OffsetTime getOffsetTime(String column)
OffsetTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.OffsetDateTime getOffsetDateTime(String column)
OffsetDateTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Buffer getBuffer(String column)
column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault UUID getUUID(String column)
UUID
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault BigDecimal getBigDecimal(String column)
BigDecimal
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Boolean[] getBooleanArray(String column)
Boolean
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Short[] getShortArray(String column)
Short
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Integer[] getIntegerArray(String column)
Integer
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Long[] getLongArray(String column)
Long
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Float[] getFloatArray(String column)
Float
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Double[] getDoubleArray(String column)
Double
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Numeric[] getNumericArray(String column)
Numeric
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault String[] getStringArray(String column)
String
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.temporal.Temporal[] getTemporalArray(String column)
Temporal
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalDate[] getLocalDateArray(String column)
LocalDate
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalTime[] getLocalTimeArray(String column)
LocalTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.LocalDateTime[] getLocalDateTimeArray(String column)
LocalDateTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.OffsetTime[] getOffsetTimeArray(String column)
OffsetTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault java.time.OffsetDateTime[] getOffsetDateTimeArray(String column)
OffsetDateTime
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault Buffer[] getBufferArray(String column)
Buffer
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault UUID[] getUUIDArray(String column)
UUID
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existdefault BigDecimal[] getBigDecimalArray(String column)
BigDecimal
value for the given column
.column
- the column namecolumn
valueNoSuchElementException
- when the column
does not existCopyright © 2020 Eclipse. All rights reserved.