public class GroovyRowResult extends GroovyObjectSupport implements Map
Constructor and Description |
---|
GroovyRowResult(Map result) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object property) |
Object |
getAt(int index)
Retrieve the value of the property by its index.
|
Object |
getProperty(String property)
Retrieve the value of the property by its name
|
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object rawKey) |
int |
size() |
String |
toString() |
Collection |
values() |
getMetaClass, invokeMethod, setMetaClass, setProperty
public GroovyRowResult(Map result)
public Object getProperty(String property)
getProperty
in interface GroovyObject
getProperty
in class GroovyObjectSupport
property
- is the name of the property to look atpublic Object getAt(int index)
index
- is the number of the column to look atpublic boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public boolean equals(Object o)
public int hashCode()
public Collection values()