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

Function MAKE_field_name

src/dsql/make.cpp:436–442  ·  view source on GitHub ↗

MAKE_field_name @brief Make up a field name node. @param field_name **/

Source from the content-addressed store, hash-verified

434
435 **/
436FieldNode* MAKE_field_name(const char* field_name)
437{
438 thread_db* tdbb = JRD_get_thread_data();
439 FieldNode* fieldNode = FB_NEW_POOL(*tdbb->getDefaultPool()) FieldNode(*tdbb->getDefaultPool());
440 fieldNode->dsqlName = field_name;
441 return fieldNode;
442}
443
444
445/**

Callers 1

dsqlPassMethod · 0.85

Calls 3

JRD_get_thread_dataFunction · 0.85
FieldNodeClass · 0.70
getDefaultPoolMethod · 0.45

Tested by

no test coverage detected