Uses of Package
groovy.sql

Packages that use groovy.sql
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. 
 

Classes in groovy.sql used by groovy.sql
DataSet
          Represents an extent of objects
ExpandedVariable
          Identifies a variable to be expanded into the sql string rather than representing a placeholder.
GroovyResultSet
          Represents an extent of objects
GroovyResultSetExtension
          GroovyResultSetExtension implements additional logic for ResultSet.
InOutParameter
           
InParameter
          A typed parameter to pass to a query
OutParameter
          A parameter to be returned from a CallableStatement.
ResultSetOutParameter
          A ResultSet out parameter.
Sql
          Represents an extent of objects
SqlOrderByVisitor
           
SqlWhereVisitor
           
 

Classes in groovy.sql used by org.codehaus.groovy.runtime
GroovyRowResult
          Represents an extent of objects.
 



Copyright © ${year} The Codehaus. All Rights Reserved.