github.com/jackc/pgx/v5/pgtype.Codec.DecodeDatabaseSQLValue (method)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L176: 	DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error)
		pgtype.go#L379: 	value, err := plan.c.DecodeDatabaseSQLValue(plan.m, plan.oid, plan.formatCode, src)