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

Method getLength

src/common/MsgMetadata.h:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 unsigned getLength(CheckStatusWrapper* status, unsigned index)
223 {
224 if (index < items.getCount())
225 return items[index].length;
226
227 raiseIndexError(status, index, "getLength");
228 return 0;
229 }
230
231 int getScale(CheckStatusWrapper* status, unsigned index)
232 {

Callers 1

assignMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected