PHP Класс mysqliDbConnection

Наследование: extends jDbConnection
Показать файл Открыть проект

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

Свойство Тип Описание
$_charsets

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

Метод Описание
__construct ( $profile )
beginTransaction ( ) begin a transaction
commit ( ) Commit since the last begin
encloseName ( string $fieldName ) : string enclose the field name
errorCode ( )
errorInfo ( )
execMulti ( $queries ) Execute several sql queries
getAttribute ( integer $id ) : string
lastInsertId ( $fromSequence = '' )
prepare ( $query )
rollback ( ) Rollback since the last begin
setAttribute ( integer $id, string $value )

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

Метод Описание
_autoCommitNotify ( boolean $state ) : void tell mysql to be autocommit or not
_connect ( )
_disconnect ( )
_doExec ( $query )
_doLimitQuery ( $queryString, $offset, $number )
_doQuery ( $query )
_quote ( $text, $binary ) : string

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

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

public __construct ( $profile )

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

tell mysql to be autocommit or not
protected _autoCommitNotify ( boolean $state ) : void
$state boolean the state of the autocommit value
Результат void

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

protected _connect ( )

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

protected _disconnect ( )

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

protected _doExec ( $query )

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

protected _doLimitQuery ( $queryString, $offset, $number )

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

protected _doQuery ( $query )

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

protected _quote ( $text, $binary ) : string
Результат string escaped text or binary string

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

begin a transaction
public beginTransaction ( )

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

Commit since the last begin
public commit ( )

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

enclose the field name
С версии: 1.1.1
public encloseName ( string $fieldName ) : string
$fieldName string the field name
Результат string the enclosed field name

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

public errorCode ( )

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

public errorInfo ( )

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

Execute several sql queries
public execMulti ( $queries )

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

См. также: PDO::getAttribute()
public getAttribute ( integer $id ) : string
$id integer the attribut id
Результат string the attribute value

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

public lastInsertId ( $fromSequence = '' )

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

public prepare ( $query )

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

Rollback since the last begin
public rollback ( )

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

См. также: PDO::setAttribute()
public setAttribute ( integer $id, string $value )
$id integer the attribut id
$value string the attribute value

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

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

protected $_charsets