|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| _init ($parentDriver) | |
| MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
| MetaColumns ($table, $normalize=true) | |
Data Fields | |
| $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 | |
Definition at line 13 of file adodb-pdo_oci.inc.php.
| _init | ( | $ | parentDriver | ) |
Reimplemented from ADODB_pdo_base.
Definition at line 26 of file adodb-pdo_oci.inc.php.
| MetaColumns | ( | $ | table, |
| $ | normalize = true |
||
| ) |
Reimplemented from ADODB_pdo.
Definition at line 50 of file adodb-pdo_oci.inc.php.
| MetaTables | ( | $ | ttype = false, |
| $ | showSchema = false, |
||
| $ | mask = false |
||
| ) |
Reimplemented from ADODB_pdo.
Definition at line 35 of file adodb-pdo_oci.inc.php.

| $_hasdual = true |
Definition at line 24 of file adodb-pdo_oci.inc.php.
| $_initdate = true |
Definition at line 23 of file adodb-pdo_oci.inc.php.
| $concat_operator = '||' |
Definition at line 15 of file adodb-pdo_oci.inc.php.
| $metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" |
Definition at line 21 of file adodb-pdo_oci.inc.php.
| $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')" |
Definition at line 20 of file adodb-pdo_oci.inc.php.
| $NLS_DATE_FORMAT = 'YYYY-MM-DD' |
Definition at line 18 of file adodb-pdo_oci.inc.php.
| $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" |
Definition at line 19 of file adodb-pdo_oci.inc.php.
| $sysDate = "TRUNC(SYSDATE)" |
Reimplemented from ADODB_pdo_base.
Definition at line 16 of file adodb-pdo_oci.inc.php.
| $sysTimeStamp = 'SYSDATE' |
Reimplemented from ADODB_pdo_base.
Definition at line 17 of file adodb-pdo_oci.inc.php.