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