Property | Type | Description | |
---|---|---|---|
$_charsets |
Method | Description | |
---|---|---|
__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 ) |
Method | Description | |
---|---|---|
_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 |
protected _autoCommitNotify ( boolean $state ) : void | ||
$state | boolean | the state of the autocommit value |
return | void |
public encloseName ( string $fieldName ) : string | ||
$fieldName | string | the field name |
return | string | the enclosed field name |
public getAttribute ( integer $id ) : string | ||
$id | integer | the attribut id |
return | string | the attribute value |
public setAttribute ( integer $id, string $value ) | ||
$id | integer | the attribut id |
$value | string | the attribute value |