"TYPO3 4.0.1: ADODB_oracle Class Reference", "datetime" => "Sat Dec 2 19:23:39 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>


Public Member Functions | |
| ADODB_oracle () | |
| DBDate ($d) | |
| DBTimeStamp ($ts) | |
| BindDate ($d) | |
| BindTimeStamp ($d) | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| ErrorMsg () | |
| ErrorNo () | |
| _connect ($argHostname, $argUsername, $argPassword, $argDatabasename, $mode=0) | |
| _pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
| _query ($sql, $inputarr=false) | |
| _close () | |
Public Attributes | |
| $databaseType = "oracle" | |
| $replaceQuote = "''" | |
| string that represents FALSE for a database | |
| $concat_operator = '||' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $_curs | |
| $_initdate = true | |
| $metaTablesSQL = 'select table_name from cat' | |
| $metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno" | |
| $sysDate = "TO_DATE(TO_CHAR(SYSDATE,'YYYY-MM-DD'),'YYYY-MM-DD')" | |
| cache for 1 hour | |
| $sysTimeStamp = 'SYSDATE' | |
| name of function that returns the current date | |
| $connectSID = true | |
Definition at line 18 of file adodb-oracle.inc.php.
|
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented from ADOConnection. Definition at line 68 of file adodb-oracle.inc.php. |
|
|
If database does not support transactions, always return true as data always commited
Reimplemented from ADOConnection. Definition at line 76 of file adodb-oracle.inc.php. References RollbackTrans(). |
|
|
Converts a date "d" to a string that the database can understand.
Reimplemented from ADOConnection. Definition at line 35 of file adodb-oracle.inc.php. References ADORecordSet::UnixDate(). |
|
|
Converts a timestamp "ts" to a string that the database can understand.
Reimplemented from ADOConnection. Definition at line 42 of file adodb-oracle.inc.php. References ADORecordSet::UnixTimeStamp(). |
|
|
Reimplemented from ADOConnection. Definition at line 94 of file adodb-oracle.inc.php. |
|
|
Reimplemented from ADOConnection. Definition at line 104 of file adodb-oracle.inc.php. |
|
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented from ADOConnection. Definition at line 85 of file adodb-oracle.inc.php. Referenced by CommitTrans(). |