Пример #1
0
  /** Returns the value object for the last record read. */
  Object getCurrentValue() throws DatabaseException {

    return view.makeValue(primaryKeyThang, valueThang);
  }