string getTablePrefix() Get the grammar's table prefix. Return Value string
array getOperators() Get the grammar specific operators. Return Value array
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
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 if a table exists. Return Value string
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
Page 320 of 996