array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool
array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string
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
Page 140 of 996