github.com/jackc/pgx/v5/pgtype.Map.TypeForValue (method)
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L330: func (m *Map) TypeForValue(v any) (*Type, bool) {
pgtype.go#L1107: } else if dataType, ok := m.TypeForValue(target); ok {
pgtype.go#L1243: if dataType, ok := m.TypeForValue(value); ok {
pgtype.go#L2016: t, ok := w.m.TypeForValue(w.v)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)