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

Method setInt

src/jrd/PreparedStatement.h:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 void setInt(thread_db* tdbb, unsigned param, SLONG value, SCHAR scale = 0)
301 {
302 fb_assert(param > 0);
303
304 dsc desc;
305 desc.makeLong(scale, &value);
306 setDesc(tdbb, param, desc);
307 }
308
309 void setBigInt(thread_db* tdbb, unsigned param, SINT64 value, SCHAR scale = 0)
310 {

Callers 1

moveToStatementMethod · 0.80

Calls 1

makeLongMethod · 0.80

Tested by

no test coverage detected