Static Public Member Functions

com.mchange.v2.c3p0.impl.C3P0ResultSetPeeker Class Reference

List of all members.

Static Public Member Functions

static ResultSet getInnerFrom (Object rs)

Detailed Description

This is a sneaky way to get at the inner ResultSet of NewProxyResultSet. It marks the variable as protected, so here I just make a class in the same package and get the value out.

See http://stackoverflow.com/questions/1971617/c3p0-resultset-unwrap-throws-an-abstractmethoderror to see the original thread.

Author:
"HappyEngineer" Stackoverflow.com user (adapted by rtobar for ACS)

Member Function Documentation

static ResultSet com.mchange.v2.c3p0.impl.C3P0ResultSetPeeker.getInnerFrom ( Object  rs  )  [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties