v1.0.0
English

Builder.php

system/Database/OCI8/Builder.php
1 class 14 methods

class Builder

Builder for OCI8
_insertBatch (string $table, array $keys, array $values) protected
_replace (string $table, array $keys, array $values) protected
bool ($index) public
bool ($columnName) public
_truncate (string $table) protected
delete ($where = '', ?int $limit = null, bool $resetData = true) public
_delete (string $table) protected
_update (string $table, array $values) protected
_limit (string $sql, bool $offsetIgnore = false) protected
_updateBatch (string $table, array $keys, array $values) protected
_upsertBatch (string $table, array $keys, array $values) protected
bool ($index) public
_deleteBatch (string $table, array $keys, array $values) protected
fieldsFromQuery (string $sql) protected
phpDG v1.0.0 Builder.php 662 files 498 classes 763 fn
Generated