/** Creates new DBElementImpl with the specified name */
 public DBElementImpl(String name) {
   if (name != null) _name = DBIdentifier.create(name);
 }