(ctx context.Context)
| 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 |
| 121 | Row(ctx context.Context) *sql.Row |
| 122 | Rows(ctx context.Context) (*sql.Rows, error) |
no outgoing calls