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

Interface TextEncoder

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

TextEncoder is an interface used to encode values in text format for transmission to the PostgreSQL server. It is used by unprepared queries and for prepared queries when the type does not implement BinaryEncoder

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

sendPreparedQueryMethod · 0.65
sanitizeArgFunction · 0.65

Implementers 10

NullPointsrc/github.com/jackc/pgx/example_custo
NullFloat32src/github.com/jackc/pgx/values.go
NullFloat64src/github.com/jackc/pgx/values.go
NullStringsrc/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
coreTextEncodersrc/github.com/jackc/pgx/query_test.go

Calls

no outgoing calls

Tested by

no test coverage detected