Method: Roma::Storage::SQLite3_Ext#rnum

Defined in:
lib/roma/storage/sqlite3_storage.rb

#rnumObject



36
37
38
# File 'lib/roma/storage/sqlite3_storage.rb', line 36

def rnum
  self.execute("select count(*) from t_roma")[0][0].to_i
end