Builder.php
system/Database/OCI8/Builder.php
1 class
14 methods
class Builder
Builder for OCI8
_insertBatch
(string $table, array $keys, array $values)
_replace
(string $table, array $keys, array $values)
bool
($index)
bool
($columnName)
_truncate
(string $table)
delete
($where = '', ?int $limit = null, bool $resetData = true)
_delete
(string $table)
_update
(string $table, array $values)
_limit
(string $sql, bool $offsetIgnore = false)
_updateBatch
(string $table, array $keys, array $values)
_upsertBatch
(string $table, array $keys, array $values)
bool
($index)
_deleteBatch
(string $table, array $keys, array $values)
fieldsFromQuery
(string $sql)