this also looks a bit strange. doesn't this end in an endless loop? regards marcel
> + @Override
> + public <T> T unwrap(Class<T> c) throws SQLException {
> + return this.unwrap(c);
> + }
this also looks a bit strange. doesn't this end in an endless loop? regards marcel
> + @Override
> + public <T> T unwrap(Class<T> c) throws SQLException {
> + return this.unwrap(c);
> + }