| 217 | |
| 218 | private: |
| 219 | void drop() |
| 220 | { |
| 221 | try { sql_ << "drop function soci_test(varchar)"; } catch (soci_error&) {} |
| 222 | } |
| 223 | session& sql_; |
| 224 | |
| 225 | SOCI_NOT_COPYABLE(function_creator) |
nothing calls this directly
no outgoing calls
no test coverage detected