PostgresGrammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

SQLiteGrammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

KeyGenerateCommand::comment()

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

Grammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

SqlServerGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

Validator::getTranslator()

TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface

SQLiteGrammar::compileInsertGetId()

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()

Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection

Model::unsetEventDispatcher()

static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void

SortedMiddleware::forget()

$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this