bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
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
string getDateFormat() Get the format for database stored dates. Return Value string
string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string
string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string
Page 141 of 996