MySqlGrammar::compileUpdate()

string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string

MySqlGrammar::compileUnique()

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

MySqlGrammar::compileTruncate()

array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array

MySqlGrammar::compileTableExists()

string compileTableExists() Compile the query to determine the list of tables. Return Value string

MySqlGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

MySqlGrammar::compileSavepointRollBack()

string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string

MySqlGrammar::compileSavepoint()

string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string

MySqlGrammar::compileRenameColumn()

array compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a rename column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array

MySqlGrammar::compileRename()

string compileRename(Blueprint $blueprint, Fluent $command) Compile a rename table command. Parameters Blueprint $blueprint Fluent $command Return Value string

MySqlGrammar::compileRandom()

string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string