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

Method CheckNamedValue

statement.go:49–52  ·  view source on GitHub ↗
(nv *driver.NamedValue)

Source from the content-addressed store, hash-verified

47}
48
49func (stmt *mysqlStmt) CheckNamedValue(nv *driver.NamedValue) (err error) {
50 nv.Value, err = converter{}.ConvertValue(nv.Value)
51 return
52}
53
54func (stmt *mysqlStmt) Exec(args []driver.Value) (driver.Result, error) {
55 if stmt.mc.closed.Load() {

Callers

nothing calls this directly

Calls 1

ConvertValueMethod · 0.80

Tested by

no test coverage detected