string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string
string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string
array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array
string compileTableExists() Compile the query to determine the list of tables. Return Value string
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string
string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string
array compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a rename column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array
string compileRename(Blueprint $blueprint, Fluent $command) Compile a rename table command. Parameters Blueprint $blueprint Fluent $command Return Value string
string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string
Page 392 of 996