array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
void rollBack() Rollback the active database transaction. Return Value void
ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface
UnauthorizedException class UnauthorizedException extends RuntimeException (View source)
mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed
string getDateFormat() Get the format for database stored dates. Return Value string
string getTablePrefix() Get the grammar's table prefix. Return Value string
static array castModel(Model $model) Get an array representing the properties of a model. Parameters Model $model Return Value array
static array castApplication(Application $app) Get an array representing the properties of an application. Parameters Application $app Return Value array
Page 145 of 996