github.com/Masterminds/squirrel.UpdateBuilder.QueryRowContext (method)

2 uses

	github.com/Masterminds/squirrel (current package)
		update_ctx.go#L61: func (b UpdateBuilder) QueryRowContext(ctx context.Context) RowScanner {
		update_ctx.go#L68: 	return b.QueryRowContext(ctx).Scan(dest...)