type github.com/jackc/pgx/v5/pgtype.QCharCodec

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L56: 	defaultMap.RegisterType(&Type{Name: "char", OID: QCharOID, Codec: QCharCodec{}})
		qchar.go#L15: type QCharCodec struct{}
		qchar.go#L17: func (QCharCodec) FormatSupported(format int16) bool {
		qchar.go#L21: func (QCharCodec) PreferredFormat() int16 {
		qchar.go#L25: func (QCharCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		qchar.go#L59: func (QCharCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		qchar.go#L117: func (c QCharCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		qchar.go#L130: func (c QCharCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {