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

Method setBigInt

src/jrd/PreparedStatement.h:309–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 void setBigInt(thread_db* tdbb, unsigned param, SINT64 value, SCHAR scale = 0)
310 {
311 fb_assert(param > 0);
312
313 dsc desc;
314 desc.makeInt64(scale, &value);
315 setDesc(tdbb, param, desc);
316 }
317
318 void setDouble(thread_db* tdbb, unsigned param, double value)
319 {

Callers 1

moveToStatementMethod · 0.80

Calls 1

makeInt64Method · 0.80

Tested by

no test coverage detected