greenDAO icon indicating copy to clipboard operation
greenDAO copied to clipboard

I need to fetch all the users.

Open RahatSaqib opened this issue 4 years ago • 1 comments

Is there any method to fetch all the data of a database? Like all the users who registered or all the table created in database.

RahatSaqib avatar Jun 02 '20 05:06 RahatSaqib

I guess just use a query without conditions? https://greenrobot.org/greendao/documentation/queries/

You can also custom SQL to build a query. https://greenrobot.org/greendao/documentation/queries/#Raw_queries

greenrobot-team avatar Jun 22 '20 06:06 greenrobot-team