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

Method set

src/yvalve/PluginManager.cpp:843–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 }
842
843 void set(CheckStatusWrapper* status, const char* newName)
844 {
845 try
846 {
847 namesList = newName;
848 namesList.alltrim(" \t");
849 next(status);
850 }
851 catch (const Firebird::Exception& ex)
852 {
853 ex.stuffException(status);
854 }
855 }
856
857 IPluginBase* getPlugin(CheckStatusWrapper* status);
858 void next(CheckStatusWrapper* status);

Callers 9

fromStringMethod · 0.45
fromStringMethod · 0.45
copyFieldFunction · 0.45
API_ROUTINE isc_add_userFunction · 0.45
iscBlobLookupDescImplFunction · 0.45
iscArrayLookupBoundsImplFunction · 0.45
iscArrayLookupDescImplFunction · 0.45

Calls 3

alltrimMethod · 0.80
nextFunction · 0.50
stuffExceptionMethod · 0.45

Tested by

no test coverage detected