| 1143 | } |
| 1144 | |
| 1145 | enum db_write_op { |
| 1146 | db_write_op_none = 0, |
| 1147 | db_write_op_insert = 1, |
| 1148 | db_write_op_sql = 2, |
| 1149 | }; |
| 1150 | |
| 1151 | void |
| 1152 | dbcontext::cmd_exec(dbcallback_i& cb, const cmd_exec_args& args) |
nothing calls this directly
no outgoing calls
no test coverage detected