when inserting a new object (as a row) into the MySQL database I want to get the last inserted row back (id is NOT always enough, as I want to use this in a generic functions where some INSERTs do not have any auto-incremented IDs). when inserting a new object (as a row) into the