bool insert(string $query, array $bindings = array()) Run an insert statement
Builder lockForUpdate()
bool insert(array $values) Insert a new record into the database.
$this setKeyName(string $key) Set the primary key for the model.
$this where(string|array|Closure $column, string $operator = null, mixed $value = null, string $boolean
mixed getValue() Get the value of the expression.
string wrapTable(Expression|string $table)
array prepareBindings(array $bindings) Prepare the query bindings for execution
bool has(mixed $key) Determine if an item exists in the collection by key
array getOptions(array $config) Get the PDO options based on the configuration
Page 35 of 100