Search Java Classes and Packages
Search Java Frameworks and Libraries
#Groovy.sql Classes and Interfaces - 16 results found.
| Name | Description | Type | Package | Framework |
| BatchingPreparedStatementWrapper | Class which delegates to a PreparedStatement but keeps track of a batch count size. | Class | groovy.sql | Groovy |
|
| BatchingStatementWrapper | Class which delegates to a Statement but keeps track of a batch count size. | Class | groovy.sql | Groovy |
|
| DataSet | An enhancement of Groovy's Sql class providing support for accessing and querying databases using POGO fields and operators rather than | Class | groovy.sql | Groovy |
|
| ExpandedVariable | Identifies a variable to be expanded into the sql string rather than representing a placeholder. | Interface | groovy.sql | Groovy |
|
| GroovyResultSet | Represents an extent of objectsAuthor:James Strachan, Ivan Ganza, Chris Stevenson | Interface | groovy.sql | Groovy |
|
| GroovyResultSetExtension | GroovyResultSetExtension implements additional logic for ResultSet. | Class | groovy.sql | Groovy |
|
| GroovyResultSetProxy | GroovyResultSetProxy is used to create a proxy for GroovyResultSet. | Class | groovy.sql | Groovy |
|
| GroovyRowResult | Represents an extent of objects. | Class | groovy.sql | Groovy |
|
| InOutParameter | A typed parameter passed to, and returned from a CallableStatement. | Interface | groovy.sql | Groovy |
|
| InParameter | | Interface | groovy.sql | Groovy |
|
| OutParameter | A parameter to be returned from a CallableStatement. | Interface | groovy.sql | Groovy |
|
| ResultSetMetaDataWrapper | This class defines a wrapper for accessing a specific column in ResultSetMetaData. | Class | groovy.sql | Groovy |
|
| Sql | A facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling. | Class | groovy.sql | Groovy |
|
| SqlOrderByVisitor | | Class | groovy.sql | Groovy |
|
| SqlWhereVisitor | | Class | groovy.sql | Groovy |
|
| SqlWithParams | | Class | groovy.sql | Groovy |