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

Method getInt

src/yvalve/utl.cpp:1151–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149 }
1150
1151 int getInt(CheckStatusWrapper* status)
1152 {
1153 try
1154 {
1155 return pb->getInt();
1156 }
1157 catch (const Exception& ex)
1158 {
1159 ex.stuffException(status);
1160 return 0;
1161 }
1162 }
1163
1164 ISC_INT64 getBigInt(CheckStatusWrapper* status)
1165 {

Callers 2

UTL_get_ods_versionFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected