bool shouldReport(Exception $e) Determine if the exception should be reported. Parameters Exception $e Return Value bool
Fluent smallIncrements(string $column) Create a new auto-incrementing small integer (2-byte) column on the table. Parameters string $column Return Value Fluent
array getDates() Get the attributes that should be converted to dates. Return Value array
array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array
mixed json(string $key = null, mixed $default = null) Get the JSON payload for the request. Parameters string $key mixed $default Return Value mixed
string compileTableExists() Compile the query to determine if a table exists. Return Value string
string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
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
Page 143 of 996