NumInput mocks base method.
()
| 170 | |
| 171 | // NumInput mocks base method. |
| 172 | func (m *MockStmt) NumInput() int { |
| 173 | m.ctrl.T.Helper() |
| 174 | ret := m.ctrl.Call(m, "NumInput") |
| 175 | ret0, _ := ret[0].(int) |
| 176 | return ret0 |
| 177 | } |
| 178 | |
| 179 | // NumInput indicates an expected call of NumInput. |
| 180 | func (mr *MockStmtMockRecorder) NumInput() *gomock.Call { |
no outgoing calls
no test coverage detected