MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / item

Method item

src/isql/ColList.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30ColList::item::item(const char* name, unsigned len)
31 : col_len(len), next(0)
32{
33 fb_utils::copy_terminate(col_name, name, sizeof(col_name));
34}
35
36
37// Deletes all items in the list.

Callers

nothing calls this directly

Calls 1

copy_terminateFunction · 0.50

Tested by

no test coverage detected