github.com/jackc/pgx/v5/pgtype.DateValuer.DateValue (method)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L19: 	DateValue() (Date, error)
		date.go#L152: 	date, err := value.(DateValuer).DateValue()
		date.go#L181: 	date, err := value.(DateValuer).DateValue()