github.com/jackc/pgx/v5/pgtype.TimestamptzScanner.ScanTimestamptz (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L27: 	ScanTimestamptz(v Timestamptz) error
		timestamptz.go#L254: 		return scanner.ScanTimestamptz(Timestamptz{})
		timestamptz.go#L280: 	return scanner.ScanTimestamptz(tstz)
		timestamptz.go#L289: 		return scanner.ScanTimestamptz(Timestamptz{})
		timestamptz.go#L333: 	return scanner.ScanTimestamptz(tstz)