使查询结果集不动态变化
$this Driver_Database_Driver_Mongo_Result::snapshot( )
$this
public function snapshot() { if (!($this->_result instanceof ArrayIterator)) { $this->_result->snapshot(); } return $this; }