@Override
 public void abort(Executor executor) throws SQLException {
   delegate.abort(executor);
 }