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

InsertResult

Contains the result of an Insert operation including the count and IDs of inserted entities.

Go
type InsertResult struct {
InsertCount int64
IDs column.Column
}

FIELDS:

  • InsertCount (int64)

    The number of affected entities.

  • IDs (column.Column)

    The IDs of the affected entities.