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

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L86: 	defaultMap.RegisterType(&Type{Name: "timestamp", OID: TimestampOID, Codec: &TimestampCodec{}})
		timestamp.go#L134: type TimestampCodec struct {
		timestamp.go#L140: func (*TimestampCodec) FormatSupported(format int16) bool {
		timestamp.go#L144: func (*TimestampCodec) PreferredFormat() int16 {
		timestamp.go#L148: func (*TimestampCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
		timestamp.go#L242: func (c *TimestampCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
		timestamp.go#L336: func (c *TimestampCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
		timestamp.go#L354: func (c *TimestampCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {