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

Interface BinaryEncoder

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

BinaryEncoder is an interface used to encode values in binary format for transmission to the PostgreSQL server. It is used by prepared queries.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sendPreparedQueryMethod · 0.65

Implementers 7

NullFloat32src/github.com/jackc/pgx/values.go
NullFloat64src/github.com/jackc/pgx/values.go
NullInt16src/github.com/jackc/pgx/values.go
NullInt32src/github.com/jackc/pgx/values.go
NullInt64src/github.com/jackc/pgx/values.go
NullBoolsrc/github.com/jackc/pgx/values.go
NullTimesrc/github.com/jackc/pgx/values.go

Calls

no outgoing calls

Tested by

no test coverage detected