Documentation TYPO3 par Ameos |
Public Member Functions | |
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 () | |
Public Attributes | |
$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 |
Definition at line 22 of file adodb-ado.inc.php.
ADODB_ado::ServerInfo | ( | ) |
Get server version info...
Reimplemented from ADOConnection.
Definition at line 45 of file adodb-ado.inc.php.
ADODB_ado::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADOConnection.
Reimplemented in ADODB_ado_access.
Definition at line 251 of file adodb-ado.inc.php.
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 |
Reimplemented from ADOConnection.
Definition at line 267 of file adodb-ado.inc.php.
References RollbackTrans().
ADODB_ado::RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection.
Reimplemented in ADODB_ado_access.
Definition at line 276 of file adodb-ado.inc.php.
Referenced by CommitTrans().
ADODB_ado::ErrorMsg | ( | ) |
Reimplemented from ADOConnection.
Definition at line 285 of file adodb-ado.inc.php.
ADODB_ado::ErrorNo | ( | ) |
Reimplemented from ADOConnection.
Definition at line 295 of file adodb-ado.inc.php.
ADODB_ado::ServerInfo | ( | ) |
Get server version info...
Reimplemented from ADOConnection.
Definition at line 45 of file adodb-ado5.inc.php.
ADODB_ado::BeginTrans | ( | ) |
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADOConnection.
Reimplemented in ADODB_ado_access.
Definition at line 279 of file adodb-ado5.inc.php.
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 |
Reimplemented from ADOConnection.
Definition at line 294 of file adodb-ado5.inc.php.
References RollbackTrans().
ADODB_ado::RollbackTrans | ( | ) |
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection.
Reimplemented in ADODB_ado_access.
Definition at line 303 of file adodb-ado5.inc.php.
ADODB_ado::ErrorMsg | ( | ) |
Reimplemented from ADOConnection.
Definition at line 312 of file adodb-ado5.inc.php.
ADODB_ado::ErrorNo | ( | ) |
Reimplemented from ADOConnection.
Definition at line 328 of file adodb-ado5.inc.php.