MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddSQLNullFloat64

Method AddSQLNullFloat64

decode_sqlnull.go:120–122  ·  view source on GitHub ↗

AddSQLNullFloat64 decodes the JSON value within an object or an array to qn *sql.NullFloat64

(v *sql.NullFloat64)

Source from the content-addressed store, hash-verified

118
119// AddSQLNullFloat64 decodes the JSON value within an object or an array to qn *sql.NullFloat64
120func (dec *Decoder) AddSQLNullFloat64(v *sql.NullFloat64) error {
121 return dec.SQLNullFloat64(v)
122}
123
124// SQLNullFloat64 decodes the JSON value within an object or an array to an *sql.NullFloat64
125func (dec *Decoder) SQLNullFloat64(v *sql.NullFloat64) error {

Callers

nothing calls this directly

Calls 1

SQLNullFloat64Method · 0.95

Tested by

no test coverage detected