Close is a nop close.
()
| 245 | |
| 246 | // Close is a nop close. |
| 247 | func (*txDriver) Close() error { return nil } |
| 248 | |
| 249 | // Commit is a nop commit for the internal builders. |
| 250 | // User must call `Tx.Commit` in order to commit the transaction. |
no outgoing calls