
Public Member Functions | |
| ADODB_ado () | |
| ServerInfo () | |
| _affectedrows () | |
| _connect ($argHostname, $argUsername, $argPassword, $argProvider= 'MSDASQL') | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
| MetaTables () | |
| MetaColumns ($table, $normalize=true) | |
| _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, $normalize=true) | |
| _query ($sql, $inputarr=false) | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| ErrorMsg () | |
| ErrorNo () | |
| _close () | |
Public Attributes | |
| $databaseType = "ado" | |
| $_bindInputArray = false | |
| $fmtDate = "'Y-m-d'" | |
| $fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
| $replaceQuote = "''" | |
| $dataProvider = "ado" | |
| $hasAffectedRows = true | |
| $adoParameterType = 201 | |
| $_affectedRows = false | |
| $_thisTransactions | |
| $_cursor_type = 3 | |
| $_cursor_location = 3 | |
| $_lock_type = -1 | |
| $_execute_option = -1 | |
| $poorAffectedRows = true | |
| $charPage | |
Definition at line 22 of file adodb-ado.inc.php.
| ADODB_ado::_affectedrows | ( | ) |
Reimplemented in ADODB_ado_mssql.
Definition at line 51 of file adodb-ado.inc.php.
| ADODB_ado::_affectedrows | ( | ) |
Reimplemented in ADODB_ado_mssql.
Definition at line 51 of file adodb-ado5.inc.php.
| ADODB_ado::_close | ( | ) |
Definition at line 320 of file adodb-ado.inc.php.
| ADODB_ado::_close | ( | ) |
Definition at line 354 of file adodb-ado5.inc.php.
| ADODB_ado::_connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
Definition at line 61 of file adodb-ado.inc.php.
References debug().
Referenced by _pconnect().


| ADODB_ado::_connect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDBorProvider, | |||
| $ | argProvider = '' | |||
| ) |
Definition at line 61 of file adodb-ado5.inc.php.
References debug().

| ADODB_ado::_pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
Definition at line 128 of file adodb-ado5.inc.php.
References _connect().

| ADODB_ado::_pconnect | ( | $ | argHostname, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argProvider = 'MSDASQL' | |||
| ) |
Definition at line 103 of file adodb-ado.inc.php.
References _connect().

| ADODB_ado::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
Definition at line 207 of file adodb-ado.inc.php.
| ADODB_ado::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
Definition at line 229 of file adodb-ado5.inc.php.
| ADODB_ado::ADODB_ado | ( | ) |
Definition at line 40 of file adodb-ado.inc.php.
Referenced by ADODB_ado_access::ADODB_ado_access(), and ADODB_ado_mssql::ADODB_ado_mssql().

| ADODB_ado::ADODB_ado | ( | ) |
Definition at line 40 of file adodb-ado5.inc.php.
| ADODB_ado::BeginTrans | ( | ) |
Definition at line 267 of file adodb-ado.inc.php.
| ADODB_ado::BeginTrans | ( | ) |
Definition at line 296 of file adodb-ado5.inc.php.
| ADODB_ado::CommitTrans | ( | $ | ok = true |
) |
Definition at line 283 of file adodb-ado.inc.php.
References RollbackTrans().

| ADODB_ado::CommitTrans | ( | $ | ok = true |
) |
Definition at line 311 of file adodb-ado5.inc.php.
References RollbackTrans().

| ADODB_ado::ErrorMsg | ( | ) |
Definition at line 301 of file adodb-ado.inc.php.
| ADODB_ado::ErrorMsg | ( | ) |
Definition at line 329 of file adodb-ado5.inc.php.
| ADODB_ado::ErrorNo | ( | ) |
Definition at line 311 of file adodb-ado.inc.php.
| ADODB_ado::ErrorNo | ( | ) |
Definition at line 345 of file adodb-ado5.inc.php.
| ADODB_ado::MetaColumns | ( | $ | table, | |
| $ | normalize = true | |||
| ) |
Reimplemented in ADODB_ado_mssql.
Definition at line 172 of file adodb-ado.inc.php.
| ADODB_ado::MetaColumns | ( | $ | table, | |
| $ | normalize = true | |||
| ) |
Reimplemented in ADODB_ado_mssql.
Definition at line 197 of file adodb-ado5.inc.php.
| ADODB_ado::MetaTables | ( | ) |
Definition at line 150 of file adodb-ado.inc.php.
| ADODB_ado::MetaTables | ( | ) |
Definition at line 175 of file adodb-ado5.inc.php.
| ADODB_ado::RollbackTrans | ( | ) |
Definition at line 320 of file adodb-ado5.inc.php.
| ADODB_ado::RollbackTrans | ( | ) |
Definition at line 292 of file adodb-ado.inc.php.
Referenced by CommitTrans().

| ADODB_ado::ServerInfo | ( | ) |
Definition at line 45 of file adodb-ado5.inc.php.
| ADODB_ado::ServerInfo | ( | ) |
Definition at line 45 of file adodb-ado.inc.php.
| ADODB_ado::$_affectedRows = false |
Definition at line 31 of file adodb-ado.inc.php.
| ADODB_ado::$_bindInputArray = false |
Definition at line 24 of file adodb-ado.inc.php.
| ADODB_ado::$_cursor_location = 3 |
Definition at line 34 of file adodb-ado.inc.php.
| ADODB_ado::$_cursor_type = 3 |
Definition at line 33 of file adodb-ado.inc.php.
| ADODB_ado::$_execute_option = -1 |
Definition at line 36 of file adodb-ado.inc.php.
| ADODB_ado::$_lock_type = -1 |
Definition at line 35 of file adodb-ado.inc.php.
| ADODB_ado::$_thisTransactions |
Definition at line 32 of file adodb-ado.inc.php.
| ADODB_ado::$adoParameterType = 201 |
Definition at line 30 of file adodb-ado.inc.php.
| ADODB_ado::$charPage |
Definition at line 38 of file adodb-ado.inc.php.
| ADODB_ado::$databaseType = "ado" |
Reimplemented in ADODB_ado_access, and ADODB_ado_mssql.
Definition at line 23 of file adodb-ado.inc.php.
| ADODB_ado::$dataProvider = "ado" |
Definition at line 28 of file adodb-ado.inc.php.
| ADODB_ado::$fmtDate = "'Y-m-d'" |
Reimplemented in ADODB_ado_access.
Definition at line 25 of file adodb-ado.inc.php.
| ADODB_ado::$fmtTimeStamp = "'Y-m-d, h:i:sA'" |
Reimplemented in ADODB_ado_access.
Definition at line 26 of file adodb-ado.inc.php.
| ADODB_ado::$hasAffectedRows = true |
Definition at line 29 of file adodb-ado.inc.php.
| ADODB_ado::$poorAffectedRows = true |
Definition at line 37 of file adodb-ado.inc.php.
| ADODB_ado::$replaceQuote = "''" |
Definition at line 27 of file adodb-ado.inc.php.
1.7.1