(ctx context.Context, column string)
| 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 | |
| 103 | // SetUpdateOnlyInterface is returned by Set after chaining; only Update is allowed |
no outgoing calls