function StorableRecordSet($id)
 {
     parent::RecordSet();
     $this->_myID = $id;
     $this->_fetchMode = -1;
     $this->_fetchedIDs = array();
     $this->_storedRecordIDs = array();
 }