| |
|
| java.lang.Object groovy.lang.GroovyObjectSupport groovy.sql.GroovyRowResult
GroovyRowResult | public class GroovyRowResult extends GroovyObjectSupport implements Map(Code) | | Represents an extent of objects.
It's used in the oneRow method to be able to access the result
of a SQL query by the name of the column, or by the column number.
version: $Revision: 3990 $ |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
getAt | public Object getAt(int index)(Code) | | Retrieve the value of the property by its index.
A negative index will count backwards from the last column.
Parameters: index - is the number of the column to look at the value of the property |
getProperty | public Object getProperty(String property)(Code) | | Retrieve the value of the property by its name *
Parameters: property - is the name of the property to look at the value of the property |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|