README
DB
Any
BeginTransaction
Connection
ConnectionLost
ConnectionRefused
Database
Disposable
Driver
Error
ExecResult
Mappable
MappingException
Pool
TimeoutHelper
PoolPreparedStatement
PoolRetryAttemptsExceeded
PoolStatement
PoolTimeout
PoolUnpreparedStatement
QueryMethods
ResultSet
Rollback
SavePointTransaction
SessionMethods
PreparedQuery
UnpreparedQuery
Statement
StatementMethods
StringKeyCache
TopLevelTransaction
Transaction
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
#