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

Method AddSQLNullString

decode_sqlnull.go:80–82  ·  view source on GitHub ↗

Add Values functions AddSQLNullString decodes the JSON value within an object or an array to qn *sql.NullString

(v *sql.NullString)

Source from the content-addressed store, hash-verified

78
79// AddSQLNullString decodes the JSON value within an object or an array to qn *sql.NullString
80func (dec *Decoder) AddSQLNullString(v *sql.NullString) error {
81 return dec.SQLNullString(v)
82}
83
84// SQLNullString decodes the JSON value within an object or an array to an *sql.NullString
85func (dec *Decoder) SQLNullString(v *sql.NullString) error {

Callers

nothing calls this directly

Calls 1

SQLNullStringMethod · 0.95

Tested by

no test coverage detected