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

Method getBigInt

src/jrd/ResultSet.h:83–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 SINT64 getBigInt(thread_db* tdbb, unsigned param, SCHAR scale = 0)
84 {
85 fb_assert(param > 0);
86
87 SINT64 value;
88
89 dsc desc;
90 desc.makeInt64(scale, &value);
91 moveDesc(tdbb, param, desc);
92
93 return value;
94 }
95
96 double getDouble(thread_db* tdbb, unsigned param)
97 {

Callers 3

TDR_list_limboFunction · 0.45
moveFromResultSetMethod · 0.45
get_action_svc_dataMethod · 0.45

Calls 1

makeInt64Method · 0.80

Tested by

no test coverage detected