string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface
string compileInsertGetId(Builder $query, array $values, string $sequence) Compile an insert and get ID statement into SQL. Parameters Builder $query array $values string $sequence Return Value string
Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection
static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
Page 45 of 996