(ctx context.Context)
| 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) |
| 123 | } |
| 124 | |
| 125 | type JoinBuilder interface { |
no outgoing calls