README
DB
Any
BeginTransaction
Connection
ConnectionContext
ConnectionLost
ConnectionRefused
Database
Disposable
Driver
DriverSpecs
ColumnDef
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
Constructors
.new
(rows_affected : Int64, last_insert_id : Int64)
Instance Method Summary
#clone
#last_insert_id
: Int64
#rows_affected
: Int64
Constructor 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
#