MCPcopy Create free account
hub / github.com/bradfitz/go-sql-test / NullString

Struct NullString

src/github.com/jackc/pgx/values.go:178–181  ·  view source on GitHub ↗

NullString represents an string that may be null. NullString implements the Scanner and TextEncoder interfaces so it may be used both as an argument to Query[Row] and a destination for Scan for prepared and unprepared queries. If Valid is false then the value is NULL.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected