Implements [ArrayAccess::offsetSet], throws an error.
void Module_Database_Result::offsetSet( )
void
final public function offsetSet($offset, $value) { throw new Exception('Database results are read-only'); }