v1.0.0
English

Builder.php

system/Database/Postgre/Builder.php
1 class 23 methods

class Builder

Builder for Postgre
compileIgnore (string $statement) protected
orderBy (string $orderBy, string $direction = '', ?bool $escape = null) public
increment (string $column, int $value = 1) public
decrement (string $column, int $value = 1) public
replace (?array $set = null) public
void (array &$item) public
_insert (string $table, array $keys, array $unescapedKeys) protected
_insertBatch (string $table, array $keys, array $values) protected
delete ($where = '', ?int $limit = null, bool $resetData = true) public
_limit (string $sql, bool $offsetIgnore = false) protected
_update (string $table, array $values) protected
_delete (string $table) protected
_truncate (string $table) protected
_like_statement (?string $prefix, string $column, ?string $not, string $bind, bool $insensitiveSearch = false) protected
join (string $table, $cond, string $type = '', ?bool $escape = null) public
_updateBatch (string $table, array $keys, array $values) protected
string ($key, $value) public
cast (string $expression, ?string $type) private
getFieldType (string $table, string $fieldName) private
_upsertBatch (string $table, array $keys, array $values) protected
bool ($index) public
_deleteBatch (string $table, array $keys, array $values) protected
RawSql ($key, $value) public
phpDG v1.0.0 Builder.php 662 files 498 classes 763 fn
Generated