Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
type
valueConverter
interface
{
39
ConvertValue(in
interface
{}) (out
interface
{
40
sql.Scanner
41
driver.Valuer
42
})
Callers
2
ConvertValue
Method · 0.65
fetchResult
Function · 0.65
Implementers
7
sessionWithContext
internal/sqladapter/session.go
database
adapter/postgresql/database.go
JSONBConverter
adapter/postgresql/custom_types.go
database
adapter/mysql/database.go
JSONConverter
adapter/mysql/custom_types.go
database
adapter/cockroachdb/database.go
JSONBConverter
adapter/cockroachdb/custom_types.go
Calls
no outgoing calls
Tested by
no test coverage detected