--------------------------------------------------------------- ModelQuery creates a new preconfigured select data.db query with preset SELECT, FROM and other common fields based on the provided model.
(model Model)
| 290 | // ModelQuery creates a new preconfigured select data.db query with preset |
| 291 | // SELECT, FROM and other common fields based on the provided model. |
| 292 | ModelQuery(model Model) *dbx.SelectQuery |
| 293 | |
| 294 | // AuxModelQuery creates a new preconfigured select auxiliary.db query with preset |
| 295 | // SELECT, FROM and other common fields based on the provided model. |
no outgoing calls