Package groovy.sql

Class GroovyRowResult

All Implemented Interfaces:
GroovyObject, Map<String,​Object>

public class GroovyRowResult
extends GroovyObjectSupport
implements Map<String,​Object>
Represents an extent of objects. It's primarily used by methods of Groovy's Sql class to return ResultSet data in map form; allowing access to the result of a SQL query by the name of the column, or by the column number.