Package groovy.sql

Class GroovyResultSetExtension

  • All Implemented Interfaces:
    GroovyObject

    public class GroovyResultSetExtension
    extends GroovyObjectSupport
    GroovyResultSetExtension implements additional logic for ResultSet. Due to the version incompatibility between java6 and java5 this methods are moved here from the original GroovyResultSet class. The methods in this class are used by the proxy GroovyResultSetProxy, which will try to invoke methods on this class before invoking it on ResultSet.

    This class is not intended to be used directly. Should be used through GroovyResultSetProxy only!

    See Also:
    GroovyResultSet, GroovyResultSetProxy
    • Constructor Detail

      • GroovyResultSetExtension

        public GroovyResultSetExtension​(ResultSet set)
        Creates a GroovyResultSet implementation.
        Parameters:
        set - the result set