string getDateFormat() Get the format for database stored dates. Return Value string
string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string
array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array
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 compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed 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
Page 625 of 996