Package groovy.sql


package groovy.sql

Groovy helper classes for working with SQL data as Groovy objects

  • Class
    Description
    Class which delegates to a PreparedStatement but keeps track of a batch count size.
    Class which delegates to a Statement but keeps track of a batch count size.
    An enhancement of Groovy's Sql class providing support for accessing and querying databases using POGO fields and operators rather than JDBC-level API calls and RDBMS column names.
    Identifies a variable to be expanded into the sql string rather than representing a placeholder.
    Represents an extent of objects
    GroovyResultSetExtension implements additional logic for ResultSet.
    GroovyResultSetProxy is used to create a proxy for GroovyResultSet.
    Represents an extent of objects.
    Marker that expands a collection into a comma-separated list of positional placeholders when bound to a SQL IN clause.
    A typed parameter passed to, and returned from a CallableStatement.
    A typed parameter to pass to a query
    A parameter to be returned from a CallableStatement.
    This class defines a wrapper for accessing a specific column in ResultSetMetaData.
    A ResultSet out parameter.
    A facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling.