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

Method getCount

examples/interfaces/05.user_metadata.cpp:110–113  ·  view source on GitHub ↗

IMessageMetadata implementation

Source from the content-addressed store, hash-verified

108
109 // IMessageMetadata implementation
110 unsigned getCount(ThrowStatusWrapper* /*status*/)
111 {
112 return 1;
113 }
114
115 const char* getField(ThrowStatusWrapper* /*status*/, unsigned /*index*/)
116 {

Callers 6

dumpDataMethod · 0.45
Functions.cppFile · 0.45
Triggers.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected