getNextId

open fun getNextId(db: SQLiteDatabase, tableName: String): Long

Get next id for a table

Return

long

Parameters

db
tableName