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

Method getOwner

src/yvalve/why.cpp:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283const char* SQLDAMetadata::getOwner(CheckStatusWrapper* status, unsigned index)
284{
285 if (sqlda)
286 {
287 fb_assert(sqlda->sqld > (int) index);
288 return sqlda->sqlvar[index].ownname;
289 }
290
291 return "";
292}
293
294const char* SQLDAMetadata::getAlias(CheckStatusWrapper* status, unsigned index)
295{

Callers 2

sqldaDescribeParametersFunction · 0.45
releasePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected