Returns the row id of the last inserted row.
Future<int> getLastInsertRowId() async { return await sendCommand("getLastInsertRowId"); }