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

Function MOV_get_long

src/jrd/mov.cpp:125–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125SLONG MOV_get_long(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale)
126{
127/**************************************
128 *
129 * M O V _ g e t _ l o n g
130 *
131 **************************************
132 *
133 * Functional description
134 * Convert something arbitrary to a long (32 bit) integer of given
135 * scale.
136 *
137 **************************************/
138
139 return CVT_get_long(desc, scale, tdbb->getAttachment()->att_dec_status, ERR_post);
140}
141
142
143SINT64 MOV_get_int64(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale)

Callers 15

winPassMethod · 0.85
addMethod · 0.85
multiplyMethod · 0.85
executeMethod · 0.85
getDescMethod · 0.85
performMethod · 0.85
eraseMethod · 0.85
evlAsciiCharFunction · 0.85
evlDateAddFunction · 0.85
evlRsaPrivateFunction · 0.85
evlRsaSignFunction · 0.85
evlRsaVerifyFunction · 0.85

Calls 2

CVT_get_longFunction · 0.85
getAttachmentMethod · 0.45

Tested by

no test coverage detected