MCPcopy
hub / github.com/jackc/pgx / NumericCodec

Struct NumericCodec

pgtype/numeric.go:308–308  ·  pgtype/numeric.go::NumericCodec

Source from the content-addressed store, hash-verified

306}
307
308type NumericCodec struct{}
309
310func (NumericCodec) FormatSupported(format int16) bool {
311 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected