string compileSavepoint(string $name) Compile the SQL statement to define
string compileUpdate(Builder $query, array $values)
string compileInsert(Builder $query, array $values)
string wrapTable(Expression|string $table)
string compileDelete(Builder $query)
array getOperators() Get the grammar specific operators.
string getTablePrefix() Get the grammar's table prefix.
array getOperators() Get the gramar specific operators.
string compileSelect(Builder $query)
string compileExists(Builder $query)
Page 7 of 13