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

Method exec_select

lib_acl_cpp/src/db/db_handle.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322bool db_handle::exec_select(query& query, db_rows* result /* = NULL */)
323{
324 return sql_select(query.to_string().c_str(), result);
325}
326
327bool db_handle::exec_update(query& query)
328{

Callers 6

getMethod · 0.80
getMethod · 0.80
tbl_selectFunction · 0.80
tbl_selectFunction · 0.80
tbl_selectFunction · 0.80
tbl_selectFunction · 0.80

Calls 2

c_strMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected