I am using Cupboard for android project. the project was very simple but later I need to set some fields as unique column in my class.
eg:
class book {
Long _id;
String name; // this name should be unique
String auther;
}
I am not able to figure out how to do that.
Aucun commentaire:
Enregistrer un commentaire