|
MIOLO25
|
Membros públicos | |
| __construct ($db) | |
| _connect ($dbhost, $loginDB, $loginUID, $loginPWD, $persistent=TRUE, $parameters=NULL) | |
| _close () | |
| _error () | |
| _escape ($sql) | |
| _execute ($sql) | |
| _createquery () | |
| _chartotimestamp ($timestamp) | |
| _chartodate ($date) | |
| _timestamptochar ($timestamp) | |
| _datetochar ($date) | |
| open ($dbhost, $loginDB, $loginUID, $loginPWD, $persistent=TRUE, $parameters=NULL, $port=NULL) | |
| close () | |
| getError () | |
| getErrors () | |
| getErrorCount () | |
| checkError () | |
| execute ($sql) | |
| parse ($sql) | |
| bind ($sql, $parameters) | |
| getQuery ($sql, $maxrows=NULL, $offset=NULL, $fetchType=NULL) | |
| getQueryCommand ($sqlCommand, $maxrows=NULL, $offset=NULL, $fetchType=NULL) | |
Campos de Dados | |
| $db | |
| $id | |
| $traceback = array() | |
| $affectedrows | |
| $_miolo | |
| __construct | ( | $db | ) |
MConnection constructor.
Reimplementado em FirebirdConnection, MSSQLConnection, MysqlConnection, ODBCConnection, Oracle8Connection, PostgresConnection e SQLiteConnection.
|
abstract |
| $date | string Date to convert. |
Reimplementado em FirebirdConnection, MysqlConnection, ODBCConnection e SQLiteConnection.
|
abstract |
| $timestamp | string Timestamp to convert. |
Reimplementado em FirebirdConnection, MysqlConnection, ODBCConnection e SQLiteConnection.
|
abstract |
Reimplementado em FirebirdConnection, MSSQLConnection, MysqlConnection, ODBCConnection, Oracle8Connection, PostgresConnection e SQLiteConnection.
|
abstract |
Reimplementado em FirebirdConnection, MSSQLConnection, MysqlConnection, ODBCConnection, Oracle8Connection, PostgresConnection e SQLiteConnection.
|
abstract |
Reimplementado em FirebirdConnection, MSSQLConnection, MysqlConnection, ODBCConnection, Oracle8Connection, PostgresConnection e SQLiteConnection.
|
abstract |
| $date | string Date to convert. |
Reimplementado em FirebirdConnection, MysqlConnection, ODBCConnection e SQLiteConnection.
|
abstract |
Reimplementado em MysqlConnection.
| _escape | ( | $sql | ) |
Reimplementado em Oracle8Connection.
|
abstract |
Reimplementado em FirebirdConnection, MSSQLConnection, MysqlConnection, ODBCConnection, Oracle8Connection, PostgresConnection e SQLiteConnection.
|
abstract |
| $timestamp | string Timestamp to convert. |
Reimplementado em FirebirdConnection, MysqlConnection, ODBCConnection e SQLiteConnection.
| bind | ( | $sql, | |
| $parameters ) |
| checkError | ( | ) |
| close | ( | ) |
| execute | ( | $sql | ) |
| getError | ( | ) |
| getErrorCount | ( | ) |
| getErrors | ( | ) |
| getQuery | ( | $sql, | |
| $maxrows = NULL, | |||
| $offset = NULL, | |||
| $fetchType = NULL ) |
| getQueryCommand | ( | $sqlCommand, | |
| $maxrows = NULL, | |||
| $offset = NULL, | |||
| $fetchType = NULL ) |
| open | ( | $dbhost, | |
| $loginDB, | |||
| $loginUID, | |||
| $loginPWD, | |||
| $persistent = TRUE, | |||
| $parameters = NULL, | |||
| $port = NULL ) |
Open a connection to the specified data source.
| string | $dbhost | Database host. |
| string | $loginDB | Database login. |
| string | $loginUID | Database user. |
| string | $loginPWD | Database user password. |
| boolean | $persistent | Whether the connection must be persistent. |
| array | $parameters | Parameters. |
| integer | $port | Port number. |
| parse | ( | $sql | ) |
| $_miolo |
| $affectedrows |
| $db |
| $id |
| $traceback = array() |