|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GString | |
groovy.gdo | GroovyDataObjects (GDO) API for working with arbitrary structured data as groovy objects, perfoming searches & sorting using Groocy syntax & closures etc. |
org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
Uses of GString in groovy.gdo |
Methods in groovy.gdo with parameters of type GString | |
void |
Sql.query(groovy.lang.GString gstring,
groovy.lang.Closure closure)
Performs the given SQL query calling the closure with the result set |
void |
Sql.queryEach(groovy.lang.GString gstring,
groovy.lang.Closure closure)
Performs the given SQL query calling the closure with the result set |
boolean |
Sql.execute(groovy.lang.GString gstring)
Executes the given SQL with embedded expressions inside |
int |
Sql.call(groovy.lang.GString gstring)
Performs a stored procedure call with the given parameters |
protected String |
Sql.asSql(groovy.lang.GString gstring)
|
protected List |
Sql.getParameters(groovy.lang.GString gstring)
|
Uses of GString in org.codehaus.groovy.runtime |
Methods in org.codehaus.groovy.runtime with parameters of type GString | |
static void |
DefaultGroovyMethods.query(Connection connection,
groovy.lang.GString gstring,
groovy.lang.Closure closure)
Iterates through the result set of an SQL query passing the result set into the closure |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |