Web Eddies

Can anyone tell me how in Eddie’s app for the web edition is the db able to have methods added to it? For example if I insert my own db I cannot seem to add any methods to it whatsoever. I cannot seem to understand what the steps are to do something like that after looking at it.

Thanks.

Could you be more specific? What do you mean by “have methods added to it”?

Well in the project on the left side you have the OrdersDatabase in the Database folder and there is the arrow so you can see the methods under the db itself when you press it. I do not understand at least from inserting a db myself how one would add methods in like it shows on that example.

Ah. OrdersDatabase is a subclass of SQLiteDatabase. You can add whatever methods you want to your own classes and subclasses.

Ok got it, thanks.