Values
Trait Values.
Table of Contents
- values() : static
- Adds a row of values to the VALUES clause.
- renderValues() : string|null
- Renders the VALUES clause.
Methods
values()
Adds a row of values to the VALUES clause.
public
values(Closure|array<string|int, array<string|int, mixed>>|float|int|string|null $value, Closure|float|int|string|null ...$values) : static
Parameters
- $value : Closure|array<string|int, array<string|int, mixed>>|float|int|string|null
- $values : Closure|float|int|string|null
Return values
static —renderValues()
Renders the VALUES clause.
protected
renderValues() : string|null
Return values
string|null —The VALUES part or null if none was set