| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal(String name)
Get
BigDecimal value at pos. |
Boolean |
getBoolean(String name)
Get a boolean value at
pos. |
Boolean[] |
getBooleanArray(String name)
Get an array of
Boolean value at pos. |
Buffer |
getBuffer(String name)
Get a buffer value at
pos. |
Buffer[] |
getBufferArray(String name)
Get an array of
Buffer value at pos. |
int |
getColumnIndex(String name)
Get a column position for the given column
name. |
String |
getColumnName(int pos)
Get a column name at
pos. |
Double |
getDouble(String name)
Get a double value at
pos. |
Double[] |
getDoubleArray(String name)
Get an array of
Double value at pos. |
Float |
getFloat(String name)
Get a float value at
pos. |
Float[] |
getFloatArray(String name)
Get an array of
Float value at pos. |
Integer |
getInteger(String name)
Get an integer value at
pos. |
Integer[] |
getIntegerArray(String name)
Get an array of
Integer value at pos. |
java.time.LocalDate |
getLocalDate(String name)
Get
LocalDate value at pos. |
java.time.LocalDate[] |
getLocalDateArray(String name)
Get an array of
LocalDate value at pos. |
java.time.LocalDateTime |
getLocalDateTime(String name)
Get
LocalDateTime value at pos. |
java.time.LocalDateTime[] |
getLocalDateTimeArray(String name)
Get an array of
LocalDateTime value at pos. |
java.time.LocalTime |
getLocalTime(String name)
Get
LocalTime value at pos. |
java.time.LocalTime[] |
getLocalTimeArray(String name)
Get an array of
LocalTime value at pos. |
Long |
getLong(String name)
Get a long value at
pos. |
Long[] |
getLongArray(String name)
Get an array of
Long value at pos. |
java.time.OffsetDateTime |
getOffsetDateTime(String name)
Get
OffsetDateTime value at pos. |
java.time.OffsetDateTime[] |
getOffsetDateTimeArray(String name)
Get an array of
OffsetDateTime value at pos. |
java.time.OffsetTime |
getOffsetTime(String name)
Get
OffsetTime value at pos. |
java.time.OffsetTime[] |
getOffsetTimeArray(String name)
Get an array of
OffsetTime value at pos. |
Short |
getShort(String name)
Get a short value at
pos. |
Short[] |
getShortArray(String name)
Get an array of
Short value at pos. |
String |
getString(String name)
Get a string value at
pos. |
String[] |
getStringArray(String name)
Get an array of
String value at pos. |
java.time.temporal.Temporal |
getTemporal(String name)
Get a temporal value at
pos. |
UUID |
getUUID(String name)
Get
UUID value at pos. |
UUID[] |
getUUIDArray(String name)
Get an array of
UUID value at pos. |
Object |
getValue(String name)
Get an object value at
pos. |
<T> T[] |
getValues(Class<T> type,
int idx) |
addBigDecimal, 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, addUUID, addUUIDArray, addValue, addValues, clear, get, getBigDecimal, getBoolean, getBooleanArray, getBuffer, getBufferArray, getDouble, getDoubleArray, getFloat, getFloatArray, getInteger, getIntegerArray, getLocalDate, getLocalDateArray, getLocalDateTime, getLocalDateTimeArray, getLocalTime, getLocalTimeArray, getLong, getLongArray, getOffsetDateTime, getOffsetDateTimeArray, getOffsetTime, getOffsetTimeArray, getShort, getShortArray, getString, getStringArray, getTemporal, getUUID, getUUIDArray, getValue, of, of, of, of, of, of, of, size, tuple, tuple, wrap, wrapString getColumnName(int pos)
pos.pos - the column positionnullint getColumnIndex(String name)
name.name - the column name-1 if not foundBoolean getBoolean(String name)
pos.name - the columnnullObject getValue(String name)
pos.name - the columnnullShort getShort(String name)
pos.name - the columnnullInteger getInteger(String name)
pos.name - the columnnullLong getLong(String name)
pos.name - the columnnullFloat getFloat(String name)
pos.name - the columnnullDouble getDouble(String name)
pos.name - the columnnullString getString(String name)
pos.name - the columnnullBuffer getBuffer(String name)
pos.name - the columnnulljava.time.temporal.Temporal getTemporal(String name)
pos.name - the columnnulljava.time.LocalDate getLocalDate(String name)
LocalDate value at pos.name - the columnnulljava.time.LocalTime getLocalTime(String name)
LocalTime value at pos.name - the columnnulljava.time.LocalDateTime getLocalDateTime(String name)
LocalDateTime value at pos.name - the columnnulljava.time.OffsetTime getOffsetTime(String name)
OffsetTime value at pos.name - the columnnulljava.time.OffsetDateTime getOffsetDateTime(String name)
OffsetDateTime value at pos.name - the columnnullUUID getUUID(String name)
UUID value at pos.name - the columnnullBigDecimal getBigDecimal(String name)
BigDecimal value at pos.name - the columnnullInteger[] getIntegerArray(String name)
Integer value at pos.name - the columnnullBoolean[] getBooleanArray(String name)
Boolean value at pos.name - the columnnullShort[] getShortArray(String name)
Short value at pos.name - the columnnullLong[] getLongArray(String name)
Long value at pos.name - the columnnullFloat[] getFloatArray(String name)
Float value at pos.name - the columnnullDouble[] getDoubleArray(String name)
Double value at pos.name - the columnnullString[] getStringArray(String name)
String value at pos.name - the columnnulljava.time.LocalDate[] getLocalDateArray(String name)
LocalDate value at pos.name - the columnnulljava.time.LocalTime[] getLocalTimeArray(String name)
LocalTime value at pos.name - the columnnulljava.time.OffsetTime[] getOffsetTimeArray(String name)
OffsetTime value at pos.name - the columnnulljava.time.LocalDateTime[] getLocalDateTimeArray(String name)
LocalDateTime value at pos.name - the columnnulljava.time.OffsetDateTime[] getOffsetDateTimeArray(String name)
OffsetDateTime value at pos.name - the columnnullBuffer[] getBufferArray(String name)
Buffer value at pos.name - the columnnullUUID[] getUUIDArray(String name)
UUID value at pos.name - the columnnullCopyright © 2019 Eclipse. All rights reserved.