| 521 | |
| 522 | |
| 523 | void CppSQLite3Query::checkVM() |
| 524 | { |
| 525 | if (mpVM == 0) |
| 526 | { |
| 527 | throw CppSQLite3Exception(CPPSQLITE_ERROR, "Null Virtual Machine pointer"); |
| 528 | } |
| 529 | } |
| 530 | |
| 531 | //////////////////////////////////////////////////////////////////////////////// |
| 532 |
nothing calls this directly
no test coverage detected