(ctx context.Context, params *JobGetByKindManyParams)
| 219 | JobGetByID(ctx context.Context, params *JobGetByIDParams) (*rivertype.JobRow, error) |
| 220 | JobGetByIDMany(ctx context.Context, params *JobGetByIDManyParams) ([]*rivertype.JobRow, error) |
| 221 | JobGetByKindMany(ctx context.Context, params *JobGetByKindManyParams) ([]*rivertype.JobRow, error) |
| 222 | JobGetStuck(ctx context.Context, params *JobGetStuckParams) ([]*rivertype.JobRow, error) |
| 223 | JobInsertFastMany(ctx context.Context, params *JobInsertFastManyParams) ([]*JobInsertFastResult, error) |
| 224 | JobInsertFastManyNoReturning(ctx context.Context, params *JobInsertFastManyParams) (int, error) |
no outgoing calls