I have a db, I open it and I extract query I need with a cursor. How can I check if variables I extract is int or string? Because i can’t know which table I’m opening, everything is dynamic. So I can’t use cursor.getString() or cursor.getInt()
EDIT
Sorry for my bad English, I’m italian
Found it. This method works: