

Public Member Functions | |
| __construct ($conf) | |
| _connect ($dbhost, $LoginDB, $LoginUID, $LoginPWD, $persistent=true) | |
| _close () | |
| _begintransaction () | |
| _commit () | |
| _rollback () | |
| _error () | |
| _execute ($sql) | |
| _createquery () | |
| _chartotimestamp ($timestamp) | |
| _chartodate ($date) | |
| _timestamptochar ($timestamp) | |
| _datetochar ($date) | |
| _sqljoin (&$sql, $table1, $table2, $cond) | |
| _sqlleftjoin (&$sql, $table1, $table2, $cond) | |
| _sqlrightjoin (&$sql, $table1, $table2, $cond) | |
Definition at line 6 of file mconnection.class.
| MysqlConnection::__construct | ( | $ | conf | ) |
Brief Description. Complete Description.
| $conf | (tipo) desc |
Reimplemented from MConnection.
Definition at line 17 of file mconnection.class.
| MysqlConnection::_connect | ( | $ | dbhost, | |
| $ | LoginDB, | |||
| $ | LoginUID, | |||
| $ | LoginPWD, | |||
| $ | persistent = true | |||
| ) |
Brief Description. Complete Description.
| $dbhost | (tipo) desc | |
| $LoginDB | (tipo) desc | |
| $LoginUID | (tipo) desc | |
| $LoginPWD | (tipo) desc | |
| $persistent | (tipo) desc |
Definition at line 35 of file mconnection.class.
| MysqlConnection::_close | ( | ) |
Brief Description. Complete Description.
Reimplemented from MConnection.
Definition at line 56 of file mconnection.class.
| MysqlConnection::_begintransaction | ( | ) |
Brief Description. Complete Description.
Definition at line 68 of file mconnection.class.
References _execute().
Here is the call graph for this function:

| MysqlConnection::_commit | ( | ) |
Brief Description. Complete Description.
Definition at line 80 of file mconnection.class.
References _execute().
Here is the call graph for this function:

| MysqlConnection::_rollback | ( | ) |
Brief Description. Complete Description.
Definition at line 92 of file mconnection.class.
References _execute().
Here is the call graph for this function:

| MysqlConnection::_error | ( | ) |
Brief Description. Complete Description.
Reimplemented from MConnection.
Definition at line 104 of file mconnection.class.
| MysqlConnection::_execute | ( | $ | sql | ) |
Brief Description. Complete Description.
| $sql | (tipo) desc |
Reimplemented from MConnection.
Definition at line 118 of file mconnection.class.
References MConnection::GetError().
Referenced by _begintransaction(), _commit(), and _rollback().
Here is the call graph for this function:

Here is the caller graph for this function:

| MysqlConnection::_createquery | ( | ) |
Brief Description. Complete Description.
Reimplemented from MConnection.
Definition at line 143 of file mconnection.class.
| MysqlConnection::_chartotimestamp | ( | $ | timestamp | ) |
Brief Description. Complete Description.
| $timestamp | (tipo) desc |
Reimplemented from MConnection.
Definition at line 157 of file mconnection.class.
| MysqlConnection::_chartodate | ( | $ | date | ) |
Brief Description. Complete Description.
| $date | (tipo) desc |
Reimplemented from MConnection.
Definition at line 171 of file mconnection.class.
| MysqlConnection::_timestamptochar | ( | $ | timestamp | ) |
Brief Description. Complete Description.
| $timestamp | (tipo) desc |
Reimplemented from MConnection.
Definition at line 185 of file mconnection.class.
| MysqlConnection::_datetochar | ( | $ | date | ) |
Brief Description. Complete Description.
| $date | (tipo) desc |
Reimplemented from MConnection.
Definition at line 199 of file mconnection.class.
| MysqlConnection::_sqljoin | ( | &$ | sql, | |
| $ | table1, | |||
| $ | table2, | |||
| $ | cond | |||
| ) |
Brief Description. Complete Description.
| &$sql | (tipo) desc | |
| $table1 | (tipo) desc | |
| $table2 | (tipo) desc | |
| $cond | (tipo) desc |
Definition at line 216 of file mconnection.class.
| MysqlConnection::_sqlleftjoin | ( | &$ | sql, | |
| $ | table1, | |||
| $ | table2, | |||
| $ | cond | |||
| ) |
Brief Description. Complete Description.
| &$sql | (tipo) desc | |
| $table1 | (tipo) desc | |
| $table2 | (tipo) desc | |
| $cond | (tipo) desc |
Definition at line 240 of file mconnection.class.
| MysqlConnection::_sqlrightjoin | ( | &$ | sql, | |
| $ | table1, | |||
| $ | table2, | |||
| $ | cond | |||
| ) |
Brief Description. Complete Description.
| &$sql | (tipo) desc | |
| $table1 | (tipo) desc | |
| $table2 | (tipo) desc | |
| $cond | (tipo) desc |
Definition at line 264 of file mconnection.class.