string compileInsert(Builder $query, array $values)
string compileDelete(Builder $query)
string compileExists(Builder $query)
string compileSavepoint(string $name) Compile the SQL statement to define
string getTablePrefix() Get the grammar's table prefix.
string compileRandom(string $seed) Compile the random statement into SQL
string wrapTable(Expression|string $table)
string parameterize(array $values) Create query parameter place-holders
array getOperators() Get the gramar specific operators.
string compileUpdate(Builder $query, array $values)
Page 7 of 13