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

Method insertInt

src/yvalve/utl.cpp:1001–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 }
1000
1001 void insertInt(CheckStatusWrapper* status, unsigned char tag, int value)
1002 {
1003 try
1004 {
1005 pb->insertInt(tag, value);
1006 }
1007 catch (const Exception& ex)
1008 {
1009 ex.stuffException(status);
1010 }
1011 }
1012
1013 void insertBigInt(CheckStatusWrapper* status, unsigned char tag, ISC_INT64 value)
1014 {

Callers 15

buildDpbFunction · 0.45
getInfoMethod · 0.45
add_other_paramsFunction · 0.45
addClumpletsFunction · 0.45
batch_createMethod · 0.45
infoMethod · 0.45
getInfoMethod · 0.45
stopSessionMethod · 0.45
setActiveMethod · 0.45
putIntArgumentFunction · 0.45
putOptionFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected