Hey I want to create a database with an AUTO_INCREMENT column. But I don\'t know how to parse the value in the method insert. I just don\'t know what to parse to an AUTO_INC
this.db.insert(NULL , 1, contactName, numType, contactNumber, duration, callDate, currTime);