Exposes the underlying type's methods.
()
| 653 | |
| 654 | // Exposes the underlying type's methods. |
| 655 | func (mc *okHandler) conn() *mysqlConn { |
| 656 | return (*mysqlConn)(mc) |
| 657 | } |
| 658 | |
| 659 | // clearResult clears the connection's stored affectedRows and insertIds |
| 660 | // fields. |
no outgoing calls
no test coverage detected