Uses of Class
groovy.sql.DataSet

Packages that use DataSet
groovy.sql Groovy helper classes for working with SQL data as Groovy objects 
 

Uses of DataSet in groovy.sql
 

Methods in groovy.sql that return DataSet
 DataSet DataSet.createView(Closure criteria)
           
 DataSet Sql.dataSet(Class type)
           
 DataSet Sql.dataSet(String table)
           
 DataSet DataSet.findAll(Closure where)
           
 

Constructors in groovy.sql with parameters of type DataSet
DataSet(DataSet parent, Closure where)
           
 



Copyright © 2003-2008 The Codehaus. All Rights Reserved.