First loads the first matched row from database to `dst`, error will be returned if no records were found
(dst interface{}, clauses ...Clause)
| 129 | All(dst interface{}, clauses ...Clause) errors.Error |
| 130 | // First loads the first matched row from database to `dst`, error will be returned if no records were found |
| 131 | First(dst interface{}, clauses ...Clause) errors.Error |
| 132 | // Count matched rows from database |
| 133 | Count(clauses ...Clause) (int64, errors.Error) |
| 134 | // Pluck used to query single column |
no outgoing calls