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

Method getSmallInt

src/jrd/ResultSet.h:57–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 dsc& getDesc(unsigned param);
56
57 SSHORT getSmallInt(thread_db* tdbb, unsigned param, SCHAR scale = 0)
58 {
59 fb_assert(param > 0);
60
61 SSHORT value;
62
63 dsc desc;
64 desc.makeShort(scale, &value);
65 moveDesc(tdbb, param, desc);
66
67 return value;
68 }
69
70 SLONG getInt(thread_db* tdbb, unsigned param, SCHAR scale = 0)
71 {

Callers 1

moveFromResultSetMethod · 0.80

Calls 1

makeShortMethod · 0.80

Tested by

no test coverage detected