Uses of Class
groovy.sql.Sql

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

Uses of Sql in groovy.sql
 

Subclasses of Sql in groovy.sql
 class DataSet
          Represents an extent of objects
 

Methods in groovy.sql that return Sql
static Sql Sql.newInstance(String url)
          A helper method which creates a new Sql instance from a JDBC connection URL
static Sql Sql.newInstance(String url, Properties properties)
          A helper method which creates a new Sql instance from a JDBC connection URL
static Sql Sql.newInstance(String url, Properties properties, String driverClassName)
          A helper method which creates a new Sql instance from a JDBC connection URL and driver class name
static Sql Sql.newInstance(String url, String driverClassName)
          A helper method which creates a new Sql instance from a JDBC connection URL and driver class name
static Sql Sql.newInstance(String url, String user, String password)
          A helper method which creates a new Sql instance from a JDBC connection URL, username and password
static Sql Sql.newInstance(String url, String user, String password, String driverClassName)
          A helper method which creates a new Sql instance from a JDBC connection URL, username, password and driver class name
 

Constructors in groovy.sql with parameters of type Sql
DataSet(Sql sql, Class type)
           
DataSet(Sql sql, String table)
           
Sql(Sql parent)
           
 



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