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

Method add_column_name

lib_acl_cpp/src/db/sqlite_cursor.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void sqlite_cursor::add_column_name(const char* name)
40{
41 names_.push_back(name);
42}
43
44void sqlite_cursor::create_row(void)
45{

Callers 1

prepareMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected