MCPcopy Create free account
hub / github.com/acl-dev/acl / exec_update

Method exec_update

lib_acl_cpp/src/db/db_handle.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327bool db_handle::exec_update(query& query)
328{
329 return sql_update(query.to_string().c_str());
330}
331
332string& db_handle::escape_string(const char* in, size_t len, string& out)
333{

Callers 12

addMethod · 0.80
addMethod · 0.80
tbl_insertFunction · 0.80
tbl_deleteFunction · 0.80
tbl_insertFunction · 0.80
tbl_deleteFunction · 0.80
tbl_insertFunction · 0.80
tbl_deleteFunction · 0.80
tbl_insertFunction · 0.80
tbl_deleteFunction · 0.80
create_tableMethod · 0.80
addMethod · 0.80

Calls 2

c_strMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected