--------------------------------------------------------------- RecordQuery returns a new Record select query from a collection model, id or name. In case a collection id or name is provided and that collection doesn't actually exists, the generated query will be created with a cancelled context an
(collectionModelOrIdentifier any)
| 573 | // actually exists, the generated query will be created with a cancelled context |
| 574 | // and will fail once an executor (Row(), One(), All(), etc.) is called. |
| 575 | RecordQuery(collectionModelOrIdentifier any) *dbx.SelectQuery |
| 576 | |
| 577 | // FindRecordById finds the Record model by its id. |
| 578 | FindRecordById(collectionModelOrIdentifier any, recordId string, optFilters ...func(q *dbx.SelectQuery) error) (*Record, error) |
no outgoing calls