v1.0.0
English

Builder.php

system/Database/SQLSRV/Builder.php
1 class 24 methods

class Builder

Builder for SQLSRV
_fromTables () protected
_truncate (string $table) protected
join (string $table, $cond, string $type = '', ?bool $escape = null) public
_insert (string $table, array $keys, array $unescapedKeys) protected
_insertBatch (string $table, array $keys, array $values) protected
_update (string $table, array $values) protected
increment (string $column, int $value = 1) public
decrement (string $column, int $value = 1) public
getFullName (string $table) private
addIdentity (string $fullTable, string $insert) private
_limit (string $sql, bool $offsetIgnore = false) protected
replace (?array $set = null) public
_replace (string $table, array $keys, array $values) protected
void (&$item) public
maxMinAvgSum (string $select = '', string $alias = '', string $type = 'MAX') protected
countAll (bool $reset = true) public
_delete (string $table) protected
delete ($where = '', ?int $limit = null, bool $resetData = true) public
compileSelect ($selectOverride = false) protected
get (?int $limit = null, int $offset = 0, bool $reset = true) public
_upsertBatch (string $table, array $keys, array $values) protected
bool ($index) public
bool ($index) public
fieldsFromQuery (string $sql) protected
phpDG v1.0.0 Builder.php 662 files 498 classes 763 fn
Generated