PHP Класс CI_DB_pdo_4d_driver, TastyIgniter

Note: _DB is an extender class that the app controller creates dynamically based on whether the query builder class is being used or not.
Автор: EllisLab Dev Team
Наследование: extends CI_DB_pdo_driver
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$subdriver string Sub-driver

Защищенные свойства (Protected)

Свойство Тип Описание
$_escape_char string[] Identifier escape character

Открытые методы

Метод Описание
__construct ( array $params ) : void Class constructor

Защищенные методы

Метод Описание
_delete ( string $table ) : string Delete statement
_field_data ( string $table ) : string Field data query
_limit ( string $sql ) : string LIMIT
_list_columns ( string $table = '' ) : string Show column query
_list_tables ( boolean $prefix_limit = FALSE ) : string Show table query
_update ( string $table, array $values ) : string Update statement

Описание методов

__construct() публичный Метод

Builds the DSN if not already set.
public __construct ( array $params ) : void
$params array
Результат void

_delete() защищенный Метод

Generates a platform-specific delete string from the supplied data
protected _delete ( string $table ) : string
$table string
Результат string

_field_data() защищенный Метод

Generates a platform-specific query so that the column data can be retrieved
protected _field_data ( string $table ) : string
$table string
Результат string

_limit() защищенный Метод

Generates a platform-specific LIMIT clause
protected _limit ( string $sql ) : string
$sql string SQL Query
Результат string

_list_columns() защищенный Метод

Generates a platform-specific query string so that the column names can be fetched
protected _list_columns ( string $table = '' ) : string
$table string
Результат string

_list_tables() защищенный Метод

Generates a platform-specific query string so that the table names can be fetched
protected _list_tables ( boolean $prefix_limit = FALSE ) : string
$prefix_limit boolean
Результат string

_update() защищенный Метод

Generates a platform-specific update string from the supplied data
protected _update ( string $table, array $values ) : string
$table string
$values array
Результат string

Описание свойств

$_escape_char защищенное свойство

Identifier escape character
protected string[] $_escape_char
Результат string[]

$subdriver публичное свойство

Sub-driver
public string $subdriver
Результат string