Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
static Connection resolveConnection(string|null $connection = null) Resolve a connection instance. Parameters string|null $connection Return Value Connection
Fluent enum(string $column, array $allowed) Create a new enum column on the table. Parameters string $column array $allowed Return Value Fluent
$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Closure $callback string $boolean bool $not Return Value $this
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
$this where(string|Closure $column, string $operator = null, mixed $value = null, string $boolean = 'and') Add a basic where clause to the query. Parameters string|Closure $column string $operator mixed $value string $boolean Return Value $this
Model getParent() Get the parent model of the relation. Return Value Model
Expression raw(mixed $value) Create a raw database expression. Parameters mixed $value Return Value Expression
$this setUri(string $uri) Set the URI that the route responds to. Parameters string $uri Return Value $this
Page 450 of 996