PHP 클래스 mysqliDbConnection

상속: extends jDbConnection
파일 보기 프로젝트 열기: jelix/jelix

보호된 프로퍼티들

프로퍼티 타입 설명
$_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