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
string compilePrimary(Blueprint $blueprint, Fluent $command) Compile a primary key command. Parameters Blueprint $blueprint Fluent $command Return Value string
string compileInsertGetId(Builder $query, array $values, string $sequence) Compile an insert and get ID statement into SQL. Parameters Builder $query array $values string $sequence Return Value string
string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
string compileIndex(Blueprint $blueprint, Fluent $command) Compile a plain index key command. Parameters Blueprint $blueprint Fluent $command Return Value string
Page 129 of 996