$this distinct() Force the query to only return distinct results.
$this from(string $table) Set the table which the query is targeting.
string wrapTable(Expression|string $table)
array processSelect(Builder $query, array $results)
$this useWritePdo() Use the write pdo for query.
string parameter(mixed $value) Get the appropriate query parameter place-holder
$this whereRaw(string $sql, mixed $bindings = array(), string $boolean = 'and')
array prepareBindingsForUpdate(array $bindings, array $values) Prepare
Page 36 of 39