Conn returns the underlying *Conn that on which this transaction is executing.
()
| 148 | |
| 149 | // Conn returns the underlying *Conn that on which this transaction is executing. |
| 150 | Conn() *Conn |
| 151 | } |
| 152 | |
| 153 | // dbTx represents a database transaction. |
no outgoing calls