string compileSavepointRollBack(string $name) Compile the SQL statement
string compileRandom(string $seed) Compile the random statement into SQL
string parameterize(array $values) Create query parameter place-holders
string compileSavepoint(string $name) Compile the SQL statement to define
array getOperators() Get the gramar specific operators.
string compileSelect(Builder $query)
string compileExists(Builder $query)
bool supportsSavepoints() Determine if the grammar supports savepoints
string compileUpdate(Builder $query, array $values)
array getOperators() Get the grammar specific operators.
Page 8 of 13