| 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 | { |
no test coverage detected