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

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L23: type TimestampValuer interface {
		timestamp.go#L149: 	if _, ok := value.(TimestampValuer); !ok {
		timestamp.go#L166: 	ts, err := value.(TimestampValuer).TimestampValue()
		timestamp.go#L195: 	ts, err := value.(TimestampValuer).TimestampValue()