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

Method getField

src/common/MsgMetadata.h:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 const char* getField(CheckStatusWrapper* status, unsigned index)
160 {
161 if (index < items.getCount())
162 return items[index].field.c_str();
163
164 raiseIndexError(status, index, "getField");
165 return NULL;
166 }
167
168 const char* getRelation(CheckStatusWrapper* status, unsigned index)
169 {

Callers 1

assignMethod · 0.45

Calls 2

getCountMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected