/** {@inheritDoc} */
 @Override
 public <T> T unwrap(Class<T> iface) throws SQLException {
   return ds.unwrap(iface);
 }