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

    return view.makeKey(keyThang, primaryKeyThang);
  }