|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sql | |
groovy.sql |
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 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 |
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 |
Constructors in groovy.sql with parameters of type Sql | |
Sql(Sql parent)
|
|
DataSet(Sql sql,
Class type)
|
|
DataSet(Sql sql,
String table)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |