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

Method setOwner

src/common/MsgMetadata.cpp:167–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void MetadataBuilder::setOwner(CheckStatusWrapper* status, unsigned index, const char* owner)
168{
169 try
170 {
171 MutexLockGuard g(mtx, FB_FUNCTION);
172
173 indexError(index, "setOwner");
174 msgMetadata->items[index].owner = owner;
175 }
176 catch (const Exception& ex)
177 {
178 ex.stuffException(status);
179 }
180}
181
182void MetadataBuilder::setAlias(CheckStatusWrapper* status, unsigned index, const char* alias)
183{

Callers 1

factoryMethod · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected