public class MapRow extends Object
Constructor and Description |
---|
MapRow(Map<String,Object> map)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(String name)
Retrieve a boolean value.
|
LocalDateTime |
getDate(String name)
Retrieve a date value.
|
Duration |
getDuration(String name)
Retrieve a duration value.
|
Integer |
getInteger(String name)
Retrieve an integer value.
|
Object |
getObject(String name)
Retrieve a value without being specific about its type.
|
byte[] |
getRaw(String name)
Retrieve a byte array value.
|
RelationType |
getRelationType(String name)
Retrieve a relation type value.
|
String |
getString(String name)
Retrieve a string value.
|
void |
setObject(String name,
Object value)
Set the value for a specific column.
|
public final String getString(String name)
name
- column namepublic final Integer getInteger(String name)
name
- column namepublic final RelationType getRelationType(String name)
name
- column namepublic final boolean getBoolean(String name)
name
- column namepublic final Duration getDuration(String name)
name
- column namepublic final LocalDateTime getDate(String name)
name
- column namepublic final byte[] getRaw(String name)
name
- column namepublic final Object getObject(String name)
name
- column nameCopyright © 2000–2024 Packwood Software. All rights reserved.