'new value', * 'other_col' => 99, * ]; * * @param stdClass $row A row from the database * @return array Map of column names to updated value within the * database row. When no update is required returns an empty array. */ public function update( $row ); }