MCPcopy Create free account
hub / github.com/Icinga/icinga2 / insert_id

Method insert_id

lib/mysql_shim/mysqlinterface.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 my_ulonglong insert_id(MYSQL *mysql) const override
66 {
67 return mysql_insert_id(mysql);
68 }
69
70 int next_result(MYSQL *mysql) const override
71 {

Callers 1

GetLastInsertIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected