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

Method getScale

src/common/MsgMetadata.h:231–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 int getScale(CheckStatusWrapper* status, unsigned index)
232 {
233 if (index < items.getCount())
234 return items[index].scale;
235
236 raiseIndexError(status, index, "getScale");
237 return 0;
238 }
239
240 unsigned getCharSet(CheckStatusWrapper* status, unsigned index)
241 {

Callers 1

assignMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected