public class ListRow
extends ConvertingRow
An implementation of interface Row that uses a static list of values
provided at construction time.
interface Row| Constructor and Description |
|---|
ListRow(java.util.List<? extends java.lang.Object> values)
An implementation of
interface Row that uses a static list of values
provided at construction time. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject(int index) |
charStream, getBigDecimal, getBigDecimal, getBoolean, getByte, getBytes, getDate, getDate, getDouble, getFloat, getInt, getLong, getRowId, getShort, getString, getTime, getTime, getTimestamp, getTimestampcharStream, getBigDecimal, getBigDecimal, getBoolean, getByte, getBytes, getDate, getDate, getDouble, getFloat, getInt, getLong, getObject, getRowId, getShort, getString, getTime, getTime, getTimestamp, getTimestamppublic ListRow(java.util.List<? extends java.lang.Object> values)
An implementation of interface Row that uses a static list of values
provided at construction time.
interface Row