Groovy 1.7.0

Package groovy.sql

Groovy helper classes for working with SQL data as Groovy objects

 

Interface Summary
ExpandedVariable Identifies a variable to be expanded into the sql string rather than representing a placeholder.
GroovyResultSet Represents an extent of objects
InOutParameter A typed parameter passed to, and returned from a CallableStatement.
InParameter A typed parameter to pass to a query
OutParameter A parameter to be returned from a CallableStatement.
ResultSetOutParameter A ResultSet out parameter.
 


Class Summary
CallResultSet Represents a ResultSet retrieved as a callable statement out parameter.
DataSet Represents an extent of objects
GroovyResultSetExtension GroovyResultSetExtension implements additional logic for ResultSet.
GroovyResultSetProxy GroovyResultSetProxy is used to create a proxy for GroovyResultSet.
GroovyRowResult Represents an extent of objects.
ResultSetMetaDataWrapper

This class defines a wrapper for accessing a specific column in ResultSetMetaData.

Sql A facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling.
Sql.AbstractQueryCommand
Sql.AbstractStatementCommand
Sql.CreatePreparedStatementCommand
Sql.CreateStatementCommand
Sql.PreparedQueryCommand
Sql.QueryCommand
SqlOrderByVisitor
SqlWhereVisitor
 


Copyright © 2003-2009 The Codehaus. All rights reserved.