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#L256: 		return scanner.ScanTimestamptz(Timestamptz{})
		timestamptz.go#L282: 	return scanner.ScanTimestamptz(tstz)
		timestamptz.go#L291: 		return scanner.ScanTimestamptz(Timestamptz{})
		timestamptz.go#L334: 	return scanner.ScanTimestamptz(tstz)