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

Struct DateCodec

pgtype/date.go:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124type DateCodec struct{}
125
126func (DateCodec) FormatSupported(format int16) bool {
127 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected