MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_last_insert_id

Method get_last_insert_id

sql/sql_prepare.h:240–243  ·  view source on GitHub ↗

Get the last insert id, if any. @sa Documentation for mysql_insert_id(). */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

last_insert_idMethod · 0.80

Tested by

no test coverage detected