pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
sql
pwtools.sql.SQLiteDB
Previous:
pwtools.sql.SQLiteDB.get_list1d
Next:
pwtools.sql.SQLiteDB.get_single
Quick search
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
)