MCPcopy Index your code
hub / github.com/upper/db / ConvertValue

Method ConvertValue

internal/sqlbuilder/fetch.go:39–39  ·  view source on GitHub ↗
(in interface{})

Source from the content-addressed store, hash-verified

37
38type valueConverter interface {
39 ConvertValue(in interface{}) (out interface {
40 sql.Scanner
41 driver.Valuer
42 })

Callers 2

ConvertValueMethod · 0.65
fetchResultFunction · 0.65

Implementers 7

sessionWithContextinternal/sqladapter/session.go
databaseadapter/postgresql/database.go
JSONBConverteradapter/postgresql/custom_types.go
databaseadapter/mysql/database.go
JSONConverteradapter/mysql/custom_types.go
databaseadapter/cockroachdb/database.go
JSONBConverteradapter/cockroachdb/custom_types.go

Calls

no outgoing calls

Tested by

no test coverage detected