pwtools.sql.SQLiteDB.get_max_rowid

SQLiteDB.get_max_rowid(table=None)[source]

Return max(rowid), which is equal to the number of rows in table.

Parameters:

table (str, optional) –