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

Method setSmallInt

src/jrd/PreparedStatement.h:291–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 void setSmallInt(thread_db* tdbb, unsigned param, SSHORT value, SCHAR scale = 0)
292 {
293 fb_assert(param > 0);
294
295 dsc desc;
296 desc.makeShort(scale, &value);
297 setDesc(tdbb, param, desc);
298 }
299
300 void setInt(thread_db* tdbb, unsigned param, SLONG value, SCHAR scale = 0)
301 {

Callers 1

moveToStatementMethod · 0.80

Calls 1

makeShortMethod · 0.80

Tested by

no test coverage detected