

Fonctions membres publiques | |
| ADODB_ado () | |
| ServerInfo () | |
| _affectedrows () | |
| _connect ($argHostname, $argUsername, $argPassword, $argProvider= 'MSDASQL') | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
| & | MetaTables () |
| & | MetaColumns ($table) |
| & | _query ($sql, $inputarr=false) |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| ErrorMsg () | |
| ErrorNo () | |
| _close () | |
| ADODB_ado () | |
| ServerInfo () | |
| _affectedrows () | |
| _connect ($argHostname, $argUsername, $argPassword, $argDBorProvider, $argProvider= '') | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
| & | MetaTables () |
| & | MetaColumns ($table) |
| & | _query ($sql, $inputarr=false) |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| ErrorMsg () | |
| ErrorNo () | |
| _close () | |
Attributs publics | |
| $databaseType = "ado" | |
| $_bindInputArray = false | |
| A boolean variable to state whether its a persistent connection or normal connection. */. | |
| $fmtDate = "'Y-m-d'" | |
| uppercase function | |
| $fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
| used by DBDate() as the default date format used by the database | |
| $replaceQuote = "''" | |
| string that represents FALSE for a database | |
| $dataProvider = "ado" | |
| $hasAffectedRows = true | |
| supports autoincrement ID? | |
| $adoParameterType = 201 | |
| $_affectedRows = false | |
| $_thisTransactions | |
| $_cursor_type = 3 | |
| $_cursor_location = 3 | |
| $_lock_type = -1 | |
| $_execute_option = -1 | |
| $poorAffectedRows = true | |
| $charPage | |
| ADODB_ado::ADODB_ado | ( | ) |
| ADODB_ado::ServerInfo | ( | ) |
Get server version info...
Réimplémentée à partir de ADOConnection.
| ADODB_ado::_affectedrows | ( | ) |
Réimplémentée dans ADODB_ado_mssql.
| ADODB_ado::_connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
| ADODB_ado::_pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
| & ADODB_ado::MetaTables | ( | ) |
| & ADODB_ado::MetaColumns | ( | $ | table | ) |
Réimplémentée dans ADODB_ado_mssql.
| & ADODB_ado::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
| ADODB_ado::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Réimplémentée à partir de ADOConnection.
Réimplémentée dans ADODB_ado_access.
| ADODB_ado::CommitTrans | ( | $ | ok = true |
) |
If database does not support transactions, always return true as data always commited
| $ok | set to false to rollback transaction, true to commit |
Réimplémentée à partir de ADOConnection.
| ADODB_ado::RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Réimplémentée à partir de ADOConnection.
Réimplémentée dans ADODB_ado_access.
| ADODB_ado::ErrorMsg | ( | ) |
| ADODB_ado::ErrorNo | ( | ) |
| ADODB_ado::_close | ( | ) |
| ADODB_ado::ADODB_ado | ( | ) |
| ADODB_ado::ServerInfo | ( | ) |
Get server version info...
Réimplémentée à partir de ADOConnection.
| ADODB_ado::_affectedrows | ( | ) |
Réimplémentée dans ADODB_ado_mssql.
| ADODB_ado::_connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDBorProvider, | |||
| $ | argProvider = '' | |||
| ) |
| ADODB_ado::_pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
| & ADODB_ado::MetaTables | ( | ) |
| & ADODB_ado::MetaColumns | ( | $ | table | ) |
Réimplémentée dans ADODB_ado_mssql.
| & ADODB_ado::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
| ADODB_ado::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Réimplémentée à partir de ADOConnection.
Réimplémentée dans ADODB_ado_access.
| ADODB_ado::CommitTrans | ( | $ | ok = true |
) |
If database does not support transactions, always return true as data always commited
| $ok | set to false to rollback transaction, true to commit |
Réimplémentée à partir de ADOConnection.
| ADODB_ado::RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Réimplémentée à partir de ADOConnection.
Réimplémentée dans ADODB_ado_access.
| ADODB_ado::ErrorMsg | ( | ) |
| ADODB_ado::ErrorNo | ( | ) |
| ADODB_ado::_close | ( | ) |
| ADODB_ado::$databaseType = "ado" |
| ADODB_ado::$_bindInputArray = false |
A boolean variable to state whether its a persistent connection or normal connection. */.
Réimplémentée à partir de ADOConnection.
| ADODB_ado::$fmtDate = "'Y-m-d'" |
| ADODB_ado::$fmtTimeStamp = "'Y-m-d, h:i:sA'" |
used by DBDate() as the default date format used by the database
Réimplémentée à partir de ADOConnection.
Réimplémentée dans ADODB_ado_access.
| ADODB_ado::$replaceQuote = "''" |
| ADODB_ado::$dataProvider = "ado" |
Réimplémentée à partir de ADOConnection.
| ADODB_ado::$hasAffectedRows = true |
| ADODB_ado::$adoParameterType = 201 |
| ADODB_ado::$_affectedRows = false |
| ADODB_ado::$_thisTransactions |
| ADODB_ado::$_cursor_type = 3 |
| ADODB_ado::$_cursor_location = 3 |
| ADODB_ado::$_lock_type = -1 |
| ADODB_ado::$_execute_option = -1 |
| ADODB_ado::$poorAffectedRows = true |
Réimplémentée à partir de ADOConnection.
| ADODB_ado::$charPage |
1.5.3