$wpdb->update has finished saving trigger?

After an insert, the ID generated for the AUTO_INCREMENT column can be accessed with:

$wpdb->insert_id

Last sentence is just copyed and pasted form the codex.