Grammar::compileForeign()

string compileForeign(Blueprint $blueprint, Fluent $command) Compile a foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Grammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

Grammar::compileDelete()

string compileDelete(Builder $query) Compile a delete statement into SQL. Parameters Builder $query Return Value string

Grammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

Grammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

Grammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

Grammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) Create query parameter pl

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) C

Grammar

Grammar class Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. string parameterize(array $values) Create query parameter place-holders for an array. string pa