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