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

Method isNullable

src/common/MsgMetadata.h:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 FB_BOOLEAN isNullable(CheckStatusWrapper* status, unsigned index)
205 {
206 if (index < items.getCount())
207 return items[index].nullable;
208
209 raiseIndexError(status, index, "isNullable");
210 return false;
211 }
212
213 int getSubType(CheckStatusWrapper* status, unsigned index)
214 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected