Values trait

Framework\Database\Manipulation\Traits\Values

Trait Values.

Defined in libraries/database/src/Manipulation/Traits/Values.php

Methods #

values()
Adds a row of values to the VALUES clause.
renderValues()
Renders the VALUES clause.

values()

public function values(Closure|array|string|int|float|null $value, Closure|string|int|float|null ...$values): static

Adds a row of values to the VALUES clause.

Parameters
  • Closure|array|string|int|float|null $value
  • Closure|string|int|float|null $values
Returns static

renderValues()

protected function renderValues(): ?string

Renders the VALUES clause.

Returns ?string - The VALUES part or null if none was set