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