"TYPO3 4.0.1: ADODB_pdo_oci Class Reference", "datetime" => "Sat Dec 2 19:23:47 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 | |
| _init ($parentDriver) | |
| & | MetaTables ($ttype=false, $showSchema=false, $mask=false) |
| & | MetaColumns ($table) |
Public Attributes | |
| $concat_operator = '||' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $sysDate = "TRUNC(SYSDATE)" | |
| cache for 1 hour | |
| $sysTimeStamp = 'SYSDATE' | |
| name of function that returns the current date | |
| $NLS_DATE_FORMAT = 'YYYY-MM-DD' | |
| $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" | |
| string length ofperator | |
| $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')" | |
| $metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" | |
| $_initdate = true | |
| $_hasdual = true | |
Definition at line 13 of file adodb-pdo_oci.inc.php.
|
||||||||||||||||
|
Reimplemented from ADODB_pdo. Definition at line 35 of file adodb-pdo_oci.inc.php. References ADOConnection::MetaTables(), and ADOConnection::qstr(). |