Builder.php
system/Database/Postgre/Builder.php
1 class
23 methods
class Builder
Builder for Postgre
compileIgnore
(string $statement)
orderBy
(string $orderBy, string $direction = '', ?bool $escape = null)
increment
(string $column, int $value = 1)
decrement
(string $column, int $value = 1)
replace
(?array $set = null)
void
(array &$item)
_insert
(string $table, array $keys, array $unescapedKeys)
_insertBatch
(string $table, array $keys, array $values)
delete
($where = '', ?int $limit = null, bool $resetData = true)
_limit
(string $sql, bool $offsetIgnore = false)
_update
(string $table, array $values)
_delete
(string $table)
_truncate
(string $table)
_like_statement
(?string $prefix, string $column, ?string $not, string $bind, bool $insensitiveSearch = false)
join
(string $table, $cond, string $type = '', ?bool $escape = null)
_updateBatch
(string $table, array $keys, array $values)
string
($key, $value)
cast
(string $expression, ?string $type)
getFieldType
(string $table, string $fieldName)
_upsertBatch
(string $table, array $keys, array $values)
bool
($index)
_deleteBatch
(string $table, array $keys, array $values)
RawSql
($key, $value)