string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
string getTablePrefix() Get the grammar's table prefix. Return Value string
array getOperators() Get the gramar 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
Page 128 of 996