bool exists() Determine if any rows exist for the current query.
$this join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false)
void __construct(mixed $value) Create a new raw query expression.
$this from(string $table) Set the table which the query is targeting.
string compileDelete(Builder $query)
$this distinct() Force the query to only return distinct results.
Builder|
array processColumnListing(array $results) Process the results of a column
string __toString() Get the value of the expression.
Page 30 of 39