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

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L124: type DateCodec struct{}
		date.go#L126: func (DateCodec) FormatSupported(format int16) bool {
		date.go#L130: func (DateCodec) PreferredFormat() int16 {
		date.go#L134: func (DateCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		date.go#L228: func (DateCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		date.go#L380: func (c DateCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		date.go#L398: func (c DateCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
		pgtype_default.go#L60: 	defaultMap.RegisterType(&Type{Name: "date", OID: DateOID, Codec: DateCodec{}})