Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.sql Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
BatchingPreparedStatementWrapperClass which delegates to a PreparedStatement but keeps track of a batch count size.Classgroovy.sqlGroovy
BatchingStatementWrapperClass which delegates to a Statement but keeps track of a batch count size.Classgroovy.sqlGroovy
DataSetAn enhancement of Groovy's Sql class providing support for accessing and querying databases using POGO fields and operators rather thanClassgroovy.sqlGroovy
ExpandedVariableIdentifies a variable to be expanded into the sql string rather than representing a placeholder.Interfacegroovy.sqlGroovy
GroovyResultSetRepresents an extent of objectsAuthor:James Strachan, Ivan Ganza, Chris StevensonInterfacegroovy.sqlGroovy
GroovyResultSetExtensionGroovyResultSetExtension implements additional logic for ResultSet.Classgroovy.sqlGroovy
GroovyResultSetProxyGroovyResultSetProxy is used to create a proxy for GroovyResultSet.Classgroovy.sqlGroovy
GroovyRowResultRepresents an extent of objects.Classgroovy.sqlGroovy
InOutParameter A typed parameter passed to, and returned from a CallableStatement.Interfacegroovy.sqlGroovy
InParameterInterfacegroovy.sqlGroovy
OutParameterA parameter to be returned from a CallableStatement.Interfacegroovy.sqlGroovy
ResultSetMetaDataWrapperThis class defines a wrapper for accessing a specific column in ResultSetMetaData.Classgroovy.sqlGroovy
SqlA facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling.Classgroovy.sqlGroovy
SqlOrderByVisitorClassgroovy.sqlGroovy
SqlWhereVisitorClassgroovy.sqlGroovy
SqlWithParamsClassgroovy.sqlGroovy