Свойство | Тип | Описание | |
---|---|---|---|
$charset | |||
$database_file | |||
$database_name | |||
$database_type | |||
$debug_mode | |||
$logs | |||
$option | |||
$password | |||
$port | |||
$server | |||
$socket | |||
$username |
Метод | Описание | |
---|---|---|
__construct ( $options = null ) | ||
avg ( $table, $join, $column = null, $where = null ) | ||
count ( $table, $join = null, $column = null, $where = null ) | ||
debug ( ) | ||
delete ( $table, $where ) | ||
error ( ) | ||
exec ( $query ) | ||
get ( $table, $join = null, $column = null, $where = null ) | ||
has ( $table, $join, $where = null ) | ||
info ( ) | ||
insert ( $table, $datas ) | ||
last_query ( ) | ||
log ( ) | ||
max ( $table, $join, $column = null, $where = null ) | ||
min ( $table, $join, $column = null, $where = null ) | ||
query ( $query ) | ||
quote ( $string ) | ||
replace ( $table, $columns, $search = null, $replace = null, $where = null ) | ||
select ( $table, $join, $columns = null, $where = null ) | ||
sum ( $table, $join, $column = null, $where = null ) | ||
update ( $table, $data, $where = null ) |
Метод | Описание | |
---|---|---|
array_quote ( $array ) | ||
column_push ( $columns ) | ||
column_quote ( $string ) | ||
data_implode ( $data, $conjunctor, $outer_conjunctor = null ) | ||
fn_quote ( $column, $string ) | ||
inner_conjunct ( $data, $conjunctor, $outer_conjunctor ) | ||
select_context ( $table, $join, &$columns = null, $where = null, $column_fn = null ) | ||
where_clause ( $where ) |
protected data_implode ( $data, $conjunctor, $outer_conjunctor = null ) |
protected inner_conjunct ( $data, $conjunctor, $outer_conjunctor ) |
public replace ( $table, $columns, $search = null, $replace = null, $where = null ) |
protected select_context ( $table, $join, &$columns = null, $where = null, $column_fn = null ) |