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

Method optName

src/dsql/Parser.h:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 void yyabandon(const Position& position, SLONG, const Firebird::Arg::StatusVector& status);
252
253 MetaName optName(MetaName* name)
254 {
255 return (name ? *name : MetaName());
256 }
257
258 void transformString(const char* start, unsigned length, Firebird::string& dest);
259 Firebird::string makeParseStr(const Position& p1, const Position& p2);

Callers

nothing calls this directly

Calls 1

MetaNameClass · 0.70

Tested by

no test coverage detected