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, $argProvider= 'MSDASQL') | |
_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.
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADOConnection. Reimplemented in ADODB_ado_access. Definition at line 258 of file adodb-ado5.inc.php. |
|
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. |
|
If database does not support transactions, always return true as data always commited
Reimplemented from ADOConnection. Definition at line 273 of file adodb-ado5.inc.php. References RollbackTrans(). |
|
If database does not support transactions, always return true as data always commited
Reimplemented from ADOConnection. Definition at line 266 of file adodb-ado.inc.php. References RollbackTrans(). |
|
Reimplemented from ADOConnection. Definition at line 291 of file adodb-ado5.inc.php. |
|
Reimplemented from ADOConnection. Definition at line 284 of file adodb-ado.inc.php. |
|
Reimplemented from ADOConnection. Definition at line 299 of file adodb-ado5.inc.php. |
|
Reimplemented from ADOConnection. Definition at line 292 of file adodb-ado.inc.php. |
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection. Reimplemented in ADODB_ado_access. Definition at line 282 of file adodb-ado5.inc.php. |
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection. Reimplemented in ADODB_ado_access. Definition at line 275 of file adodb-ado.inc.php. Referenced by CommitTrans(). |
|
Get server version info...
Reimplemented from ADOConnection. Definition at line 45 of file adodb-ado5.inc.php. |
|
Get server version info...
Reimplemented from ADOConnection. Definition at line 45 of file adodb-ado.inc.php. |