public Iterator<Entry<String, Object>> getProperties() { return underlying.getProperties(); }
/** Get the set of properties for this DB. */ public Properties getProperties() { return _db.getProperties(); }