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

Class Int64

src/common/StatusArg.h:264–271  ·  view source on GitHub ↗

On 32-bit architecture ISC_STATUS can't fit 64-bit integer therefore convert such a numbers into text and put string into status-vector. Make sure that temporary instance of this class is not going out of scope before exception is raised !

Source from the content-addressed store, hash-verified

262// Make sure that temporary instance of this class is not going out of scope
263// before exception is raised !
264class Int64 : public Str
265{
266public:
267 explicit Int64(SINT64 val) throw();
268 explicit Int64(FB_UINT64 val) throw();
269private:
270 char text[24];
271};
272
273class Quad : public Str
274{

Callers 8

restartRequestFunction · 0.85
VIO_chase_record_versionFunction · 0.85
check_prepare_resultFunction · 0.85
VIO_get_currentFunction · 0.85
VIO_refetch_recordFunction · 0.85
VIO_writelockFunction · 0.85
prepare_updateFunction · 0.85
TRA_reconnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected