|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GString | |
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
| 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.lang |
| Methods in groovy.lang that return GString | |
GString |
GString.plus(GString that)
|
GString |
GString.plus(java.lang.String that)
|
| Methods in groovy.lang with parameters of type GString | |
GString |
GString.plus(GString that)
|
boolean |
GString.equals(GString that)
|
| Uses of GString in groovy.sql |
| Methods in groovy.sql with parameters of type GString | |
void |
Sql.query(GString gstring,
Closure closure)
Performs the given SQL query calling the closure with the result set |
void |
Sql.eachRow(GString gstring,
Closure closure)
Performs the given SQL query calling the closure with the result set |
void |
Sql.queryEach(GString gstring,
Closure closure)
Deprecated. please use eachRow instead |
boolean |
Sql.execute(GString gstring)
Executes the given SQL with embedded expressions inside |
int |
Sql.executeUpdate(GString gstring)
Executes the given SQL update with embedded expressions inside |
int |
Sql.call(GString gstring)
Performs a stored procedure call with the given parameters |
protected java.lang.String |
Sql.asSql(GString gstring,
java.util.List values)
|
protected java.util.List |
Sql.getParameters(GString gstring)
|
| Uses of GString in org.codehaus.groovy.runtime |
| Methods in org.codehaus.groovy.runtime with parameters of type GString | |
static java.util.regex.Pattern |
DefaultGroovyMethods.negate(GString self)
Turns a String into a regular expression pattern |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||