struct

Ralph::BulkUpsertResult

Inherits Struct / Value / Object

Result of a bulk upsert operation

Constructors

new(count : Int32, ids : Array(Int64) = [] of Int64)
Source

Instance methods

count

Number of records affected (inserted + updated)

Source
ids

IDs of affected records (only available on PostgreSQL)

Source