public interface Row
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBigDecimal(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
|
BigDecimal |
getBigDecimal(String fieldName)
Retrieve the value for column `fieldName' as a decimal value.
|
boolean |
getBoolean(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
|
boolean |
getBoolean(String fieldName)
Retrieve the value for column `fieldName' as a boolean value.
|
byte |
getByte(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
byte |
getByte(String fieldName)
Retrieve the value for column `fieldName' as a byte value.
|
Date |
getDate(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
Date |
getDate(String fieldName)
Retrieve the value for column `fieldName' as a
Date value. |
DbDoc |
getDbDoc(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
|
DbDoc |
getDbDoc(String fieldName)
Retrieve the value for column `fieldName' as a DbDoc value.
|
double |
getDouble(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a double value.
|
double |
getDouble(String fieldName)
Retrieve the value for column `fieldName' as a double value.
|
int |
getInt(int pos)
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
|
int |
getInt(String fieldName)
Retrieve the value for column `fieldName' as an integer value.
|
long |
getLong(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a long value.
|
long |
getLong(String fieldName)
Retrieve the value for column `fieldName' as a long value.
|
String |
getString(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a string value.
|
String |
getString(String fieldName)
Retrieve the value for column `fieldName' as a string value.
|
Time |
getTime(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
Time |
getTime(String fieldName)
Retrieve the value for column `fieldName' as a
Time value. |
Timestamp |
getTimestamp(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
Timestamp |
getTimestamp(String fieldName)
Retrieve the value for column `fieldName' as a
Timestamp value. |
BigDecimal getBigDecimal(String fieldName)
fieldName
- field nameBigDecimal getBigDecimal(int pos)
pos
- field positionboolean getBoolean(String fieldName)
fieldName
- field nameboolean getBoolean(int pos)
pos
- field position
field positionbyte getByte(String fieldName)
fieldName
- field namebyte getByte(int pos)
pos
- field position
field positionDate getDate(String fieldName)
Date
value.fieldName
- field nameDate getDate(int pos)
pos
- field position
field positionDbDoc getDbDoc(String fieldName)
fieldName
- field nameDbDoc getDbDoc(int pos)
pos
- field position
field positiondouble getDouble(String fieldName)
fieldName
- field namedouble getDouble(int pos)
pos
- field position
field positionint getInt(String fieldName)
fieldName
- field nameint getInt(int pos)
pos
- field position
field positionlong getLong(String fieldName)
fieldName
- field namelong getLong(int pos)
pos
- field positionString getString(String fieldName)
fieldName
- field nameString getString(int pos)
pos
- field positionTime getTime(String fieldName)
Time
value.fieldName
- field nameTime getTime(int pos)
pos
- field positionTimestamp getTimestamp(String fieldName)
Timestamp
value.fieldName
- field nameTimestamp getTimestamp(int pos)
pos
- field position