Builder.php
system/Database/SQLSRV/Builder.php
1 class
24 methods
class Builder
Builder for SQLSRV
_fromTables
()
_truncate
(string $table)
join
(string $table, $cond, string $type = '', ?bool $escape = null)
_insert
(string $table, array $keys, array $unescapedKeys)
_insertBatch
(string $table, array $keys, array $values)
_update
(string $table, array $values)
increment
(string $column, int $value = 1)
decrement
(string $column, int $value = 1)
getFullName
(string $table)
addIdentity
(string $fullTable, string $insert)
_limit
(string $sql, bool $offsetIgnore = false)
replace
(?array $set = null)
_replace
(string $table, array $keys, array $values)
void
(&$item)
maxMinAvgSum
(string $select = '', string $alias = '', string $type = 'MAX')
countAll
(bool $reset = true)
_delete
(string $table)
delete
($where = '', ?int $limit = null, bool $resetData = true)
compileSelect
($selectOverride = false)
get
(?int $limit = null, int $offset = 0, bool $reset = true)
_upsertBatch
(string $table, array $keys, array $values)
bool
($index)
bool
($index)
fieldsFromQuery
(string $sql)