README
DB
Any
Connection
ConnectionLost
Database
Disposable
Driver
Error
ExecResult
Mappable
MappingException
Pool
TimeoutHelper
PoolRetryAttemptsExceeded
PoolStatement
PoolTimeout
QueryMethods
ResultSet
Statement
StatementMethods
StringKeyCache
struct
DB::ExecResult
DB::ExecResult
Struct
Value
Object
Overview
Result of a
#exec
statement.
Defined in:
db.cr
Class Method Summary
.new
(rows_affected : Int64, last_insert_id : Int64)
Instance Method Summary
#clone
#last_insert_id
: Int64
#rows_affected
: Int64
Class Method Detail
def self.
new
(rows_affected : Int64, last_insert_id : Int64)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
last_insert_id
: Int64
#
def
rows_affected
: Int64
#