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

Method getType

src/common/MsgMetadata.h:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 unsigned getType(CheckStatusWrapper* status, unsigned index)
196 {
197 if (index < items.getCount())
198 return items[index].type;
199
200 raiseIndexError(status, index, "getType");
201 return 0;
202 }
203
204 FB_BOOLEAN isNullable(CheckStatusWrapper* status, unsigned index)
205 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected