@Override
 public String[] getTableNames() throws IOException {
   return wrappedConnection.getTableNames();
 }