Beispiel #1
0
  /* package */
  SecondaryConfig(final Db db) throws DatabaseException {

    super(db);

    // XXX: There is no way to find out what flags were passed to associate.
    allowPopulate = false;
    immutableSecondaryKey = false;
    keyCreator = db.get_seckey_create();
    multiKeyCreator = db.get_secmultikey_create();
  }