MCPcopy
hub / github.com/go-sql-driver/mysql / conn

Method conn

packets.go:655–657  ·  view source on GitHub ↗

Exposes the underlying type's methods.

()

Source from the content-addressed store, hash-verified

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

Callers 4

readResultOKMethod · 0.95
discardResultsMethod · 0.95
handleInFileRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected