Öffentliche Methoden |
|
| _init ($parentDriver) |
|
| MetaTables ($ttype=false, $showSchema=false, $mask=false) |
|
| MetaColumns ($table, $normalize=true) |
Datenfelder |
|
| $concat_operator = '||' |
|
| $sysDate = "TRUNC(SYSDATE)" |
|
| $sysTimeStamp = 'SYSDATE' |
|
| $NLS_DATE_FORMAT = 'YYYY-MM-DD' |
|
| $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" |
|
| $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 |
Ausführliche Beschreibung
Definiert in Zeile 13 der Datei adodb-pdo_oci.inc.php.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: