string wrapTable(Expression|string $table)
string parameterize(array $values) Create query parameter place-holders
string compileInsert(Builder $query, array $values)
bool isExpression(mixed $value) Determine if the given value is a raw expression
array getOperators() Get the grammar specific operators.
string compileSelect(Builder $query)
array wrapArray(array $values) Wrap an array of values.
string wrap(Expression|string $value, bool $prefixAlias
array compileTruncate(Builder $query)
string compileSavepoint(string $name) Compile the SQL statement to define
Page 5 of 13