Get gets the record which meet the given conditions
(r any, conds ...any)
| 54 | |
| 55 | // Get gets the record which meet the given conditions |
| 56 | Get(r any, conds ...any) error |
| 57 | |
| 58 | // List lists all records in database which meet the (optionally) given conditions with a certain limit after an |
| 59 | // offset. If no limit is desired, the value -1 can be specified. Optionally set orderBy (column) and asc (true = |
no outgoing calls