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 Sql.dataSet(String table)
           
 DataSet Sql.dataSet(Class type)
           
 DataSet DataSet.findAll(Closure where)
           
 DataSet DataSet.createView(Closure criteria)
           
 

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



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