| 134 | } |
| 135 | |
| 136 | std::size_t postgresql_blob_backend::append( |
| 137 | const void * buf, std::size_t toWrite) |
| 138 | { |
| 139 | return write_from_start(buf, toWrite, get_len()); |
| 140 | } |
| 141 | |
| 142 | void postgresql_blob_backend::trim(std::size_t newLen) |
| 143 | { |
nothing calls this directly
no outgoing calls
no test coverage detected