PostgresConnection::insert()
  • References/PHP/Laravel/Database

bool insert(string $query, array $bindings = array()) Run an insert statement

2025-01-10 15:47:30
JoinClause::lockForUpdate()
  • References/PHP/Laravel/Database/Query

Builder lockForUpdate()

2025-01-10 15:47:30
Builder::insert()
  • References/PHP/Laravel/Database/Query

bool insert(array $values) Insert a new record into the database.

2025-01-10 15:47:30
MorphPivot::setKeyName()
  • References/PHP/Laravel/Database/Eloquent/Relations

$this setKeyName(string $key) Set the primary key for the model.

2025-01-10 15:47:30
Builder::where()
  • References/PHP/Laravel/Database/Query

$this where(string|array|Closure $column, string $operator = null, mixed $value = null, string $boolean

2025-01-10 15:47:30
JsonExpression::getValue()
  • References/PHP/Laravel/Database/Query

mixed getValue() Get the value of the expression.

2025-01-10 15:47:30
Grammar::wrapTable()
  • References/PHP/Laravel/Database/Schema/Grammars

string wrapTable(Expression|string $table)

2025-01-10 15:47:30
PostgresConnection::prepareBindings()
  • References/PHP/Laravel/Database

array prepareBindings(array $bindings) Prepare the query bindings for execution

2025-01-10 15:47:30
Collection::has()
  • References/PHP/Laravel/Database/Eloquent

bool has(mixed $key) Determine if an item exists in the collection by key

2025-01-10 15:47:30
Connector::getOptions()
  • References/PHP/Laravel/Database/Connectors

array getOptions(array $config) Get the PDO options based on the configuration

2025-01-10 15:47:30