github.com/jackc/pgx/v5/pgtype.TimestampScanner.ScanTimestamp (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L20: 	ScanTimestamp(v Timestamp) error
		timestamp.go#L265: 		return scanner.ScanTimestamp(Timestamp{})
		timestamp.go#L291: 	return scanner.ScanTimestamp(ts)
		timestamp.go#L300: 		return scanner.ScanTimestamp(Timestamp{})
		timestamp.go#L333: 	return scanner.ScanTimestamp(ts)