Response prepareResponse(mixed $value) Prepare the given value as a Response object. Parameters mixed $value Return Value Response
static array castApplication(Application $app) Get an array representing the properties of an application. Parameters Application $app Return Value array
static array castModel(Model $model) Get an array representing the properties of a model. Parameters Model $model Return Value array
string getTablePrefix() Get the grammar's table prefix. Return Value string
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
UnauthorizedException class UnauthorizedException extends RuntimeException (View source)
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
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
Page 654 of 996