Uses of Interface
groovy.sql.ExpandedVariable

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

Uses of ExpandedVariable in groovy.sql
 

Methods in groovy.sql that return ExpandedVariable
static ExpandedVariable Sql.expand(Object object)
          Creates a variable to be expanded in the Sql string rather than representing an sql parameter.
 



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