struct

DB::ExecResult

Inherits Struct / Value / Object

Result of a #exec statement.

Constructors

new(rows_affected : Int64, last_insert_id : Int64)
Source

Instance methods

clone
Source
copy_with(rows_affected _rows_affected = @rows_affected, last_insert_id _last_insert_id = @last_insert_id)
Source
last_insert_id
rows_affected