| 60 | } |
| 61 | |
| 62 | void StatusHolder::raise() |
| 63 | { |
| 64 | if (getError()) |
| 65 | { |
| 66 | Arg::StatusVector tmp(getErrors()); |
| 67 | tmp << Arg::StatusVector(getWarnings()); |
| 68 | m_raised = true; |
| 69 | tmp.raise(); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | } // namespace Firebird |
nothing calls this directly
no test coverage detected