| 37 | const pdmlTimeout = time.Hour * 24 |
| 38 | |
| 39 | type Statement interface { |
| 40 | Execute(ctx context.Context, session *Session) (*Result, error) |
| 41 | } |
| 42 | |
| 43 | // rowCountType is type of modified rows count by DML. |
| 44 | type rowCountType int |
no outgoing calls
no test coverage detected