| 37 | } |
| 38 | |
| 39 | std::size_t empty_blob_backend::append( |
| 40 | const void * /* buf */, std::size_t /* toWrite */) |
| 41 | { |
| 42 | throw soci_error("BLOBs are not supported."); |
| 43 | } |
| 44 | |
| 45 | void empty_blob_backend::trim(std::size_t /* newLen */) |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected