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

Method insertBigInt

src/yvalve/utl.cpp:1013–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011 }
1012
1013 void insertBigInt(CheckStatusWrapper* status, unsigned char tag, ISC_INT64 value)
1014 {
1015 try
1016 {
1017 pb->insertBigInt(tag, value);
1018 }
1019 catch (const Exception& ex)
1020 {
1021 ex.stuffException(status);
1022 }
1023 }
1024
1025 void insertBytes(CheckStatusWrapper* status, unsigned char tag, const void* bytes, unsigned length)
1026 {

Callers 2

initItemMethod · 0.45
putBigIntArgumentFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected