int insertGetId(array $values, string $sequence = null) Insert a new record and get the value of the primary key. Parameters array $values string $sequence Return Value int
bool insert(array $values) Insert a new record into the database. Parameters array $values Return Value bool
$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this
int increment(string $column, int $amount = 1, array $extra = array()) Increment a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int
string implode(string $column, string $glue = '') Concatenate values of a given column as a string. Parameters string $column string $glue Return Value string
$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and') Add a raw having clause to the query. Parameters string $sql array $bindings string $boolean Return Value $this
$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and') Add a "having" clause to the query. Parameters string $column string $operator string $value string $boolean Return Value $this
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
Page 900 of 996