Prepare mocks base method.
(arg0 string)
| 65 | |
| 66 | // Prepare mocks base method. |
| 67 | func (m *MockConn) Prepare(arg0 string) (driver.Stmt, error) { |
| 68 | m.ctrl.T.Helper() |
| 69 | ret := m.ctrl.Call(m, "Prepare", arg0) |
| 70 | ret0, _ := ret[0].(driver.Stmt) |
| 71 | ret1, _ := ret[1].(error) |
| 72 | return ret0, ret1 |
| 73 | } |
| 74 | |
| 75 | // Prepare indicates an expected call of Prepare. |
| 76 | func (mr *MockConnMockRecorder) Prepare(arg0 interface{}) *gomock.Call { |
no outgoing calls
no test coverage detected