(ctx context.Context)
| 115 | Scan(ctx context.Context, r interface{}) error |
| 116 | First(context.Context) (T, error) |
| 117 | Last(ctx context.Context) (T, error) |
| 118 | Take(context.Context) (T, error) |
| 119 | Find(ctx context.Context) ([]T, error) |
| 120 | FindInBatches(ctx context.Context, batchSize int, fc func(data []T, batch int) error) error |
no outgoing calls