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

Method getObjectName

src/dsql/dsql.h:516–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 Firebird::string getObjectName() const
517 {
518 if (ctx_relation)
519 return ctx_relation->rel_name.c_str();
520 if (ctx_procedure)
521 return ctx_procedure->prc_name.toString();
522 return "";
523 }
524
525 bool getImplicitJoinField(const MetaName& name, NestConst<ValueExprNode>& node);
526 WindowMap* getWindowMap(DsqlCompilerScratch* dsqlScratch, WindowClause* windowNode);

Callers 1

raiseErrorMethod · 0.80

Calls 2

c_strMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected