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

Method setDouble

src/jrd/PreparedStatement.h:318–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void setDouble(thread_db* tdbb, unsigned param, double value)
319 {
320 fb_assert(param > 0);
321
322 dsc desc;
323 desc.makeDouble(&value);
324 setDesc(tdbb, param, desc);
325 }
326
327 void setString(thread_db* tdbb, unsigned param, const Firebird::AbstractString& value)
328 {

Callers 1

moveToStatementMethod · 0.80

Calls 1

makeDoubleMethod · 0.80

Tested by

no test coverage detected