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

Function MOV_get_quad

src/jrd/mov.cpp:184–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184SQUAD MOV_get_quad(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale)
185{
186/**************************************
187 *
188 * M O V _ g e t _ q u a d
189 *
190 **************************************
191 *
192 * Functional description
193 * Convert something arbitrary to a quad
194 * Note: a quad is NOT the same as a 64 bit integer
195 *
196 **************************************/
197
198 return CVT_get_quad(desc, scale, tdbb->getAttachment()->att_dec_status, ERR_post);
199}
200
201
202int MOV_get_string_ptr(Jrd::thread_db* tdbb,

Callers

nothing calls this directly

Calls 2

CVT_get_quadFunction · 0.85
getAttachmentMethod · 0.45

Tested by

no test coverage detected