(ctx context.Context, t T)
| 97 | Delete(ctx context.Context) (rowsAffected int, err error) |
| 98 | Update(ctx context.Context, name string, value any) (rowsAffected int, err error) |
| 99 | Updates(ctx context.Context, t T) (rowsAffected int, err error) |
| 100 | Count(ctx context.Context, column string) (result int64, err error) |
| 101 | } |
| 102 |
no outgoing calls