$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array
array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
Page 127 of 996