Libraries
»
hypersonic-plus
(0.0.0)
»
Index
»
HDB
»
#rowCount
Method: HDB#rowCount
Defined in:
lib/hdb/hdb.rb
#
rowCount
⇒
Object
280 281 282 283 284
# File 'lib/hdb/hdb.rb', line 280
def
rowCount
(
)
return
self
.
rowsAffected
(
)
end