/** Executes the query. */
  public void execute(QueryContext queryContext, Transaction xa) throws SQLException {
    try {
      _factory.create();
    } catch (java.io.IOException e) {
      throw new SQLExceptionWrapper(e);
    }

    queryContext.setRowUpdateCount(0);
  }