跳到主要内容
版本:v3.0.x

UpsertResult

Contains the result of an Upsert operation including the count and IDs of affected entities.

Go
type UpsertResult struct {
UpsertCount int64
IDs column.Column
}

FIELDS:

  • UpsertCount (int64)

    The number of affected entities.

  • IDs (column.Column)

    The IDs of the affected entities.