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

Method get_rows

lib_acl_cpp/src/db/db_handle.cpp:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398const std::vector<const db_row*>* db_handle::get_rows(
399 const char* name, const char* value)
400{
401 if (result_ == NULL) {
402 return NULL;
403 }
404 const std::vector<const db_row*>& rows = result_->get_rows(name, value);
405 return &rows;
406}
407
408const std::vector<db_row*>* db_handle::get_rows() const
409{

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected