$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException
bool exists(string $path) Determine if a file or directory exists. Parameters string $path Return Value bool
bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool
all() {@inheritdoc}
$this distinct() Force the query to only return distinct results. Return Value $this
$this except(array|string|dynamic $methods) Set the controller methods the middleware should exclude. Parameters array|string|dynamic $methods Return Value $this
Builder|Builder selectRaw(string $expression, array $bindings = array()) Add a new "raw" select expression to the query. Parameters string $expression array $bindings Return Value Builder|Builder
Page 164 of 996