array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array
$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
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
Page 9541 of 11844