Builder|
mixed min(string $column) Retrieve the minimum value of a given column
void __construct(mixed $value) Create a new raw query expression.
string __toString() Get the value of the expression.
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false)
string compileDelete(Builder $query)
$this useWritePdo() Use the write pdo for query.
bool chunk(int $count, callable $callback) Chunk the results of the query
Expression raw(mixed $value)
Page 32 of 39