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

Method get_row

lib_acl_cpp/include/acl_cpp/db/sqlite_cursor.hpp:39–41  ·  view source on GitHub ↗

* When traversing query result set, can get result row after each query * through this method * @return {db_row*} */

Source from the content-addressed store, hash-verified

37 * @return {db_row*}
38 */
39 db_row* get_row(void) const {
40 return row_;
41 }
42
43 /**
44 * Called by db_sqlite class to initialize names_ field names

Callers 2

hs_dumpFunction · 0.45
get_next_rowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected