Get the last insert id, if any. @sa Documentation for mysql_insert_id(). */
| 238 | @sa Documentation for mysql_insert_id(). |
| 239 | */ |
| 240 | ulonglong get_last_insert_id() const |
| 241 | { |
| 242 | return m_diagnostics_area.last_insert_id(); |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | Get the total number of warnings for the last executed |
nothing calls this directly
no test coverage detected