Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
322
bool db_handle::exec_select(query& query, db_rows* result /* = NULL */)
323
{
324
return sql_select(query.to_string().c_str(), result);
325
}
326
327
bool db_handle::exec_update(query& query)
328
{
Callers
6
get
Method · 0.80
get
Method · 0.80
tbl_select
Function · 0.80
tbl_select
Function · 0.80
tbl_select
Function · 0.80
tbl_select
Function · 0.80
Calls
2
c_str
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected