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


Public Member Functions | |
| ADODB_oci8po () | |
| Param ($name) | |
| Prepare ($sql, $cursor=false) | |
| Execute ($sql, $inputarr=false) | |
| _query ($sql, $inputarr=false) | |
Data Fields | |
| $databaseType = 'oci8po' | |
| $dataProvider = 'oci8' | |
| $metaColumnsSQL = "select lower(cname),coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" | |
| $metaTablesSQL = "select lower(table_name),table_type from cat where table_type in ('TABLE','VIEW')" | |
Definition at line 25 of file adodb-oci8po.inc.php.
| _query | ( | $ | sql, |
| $ | inputarr = false |
||
| ) |
Reimplemented from ADODB_oci8.
Definition at line 58 of file adodb-oci8po.inc.php.
| ADODB_oci8po | ( | ) |
Definition at line 31 of file adodb-oci8po.inc.php.
| Execute | ( | $ | sql, |
| $ | inputarr = false |
||
| ) |
Execute SQL
| sql | SQL statement to execute, or possibly an array holding prepared statement ($sql[0] will hold sql text) |
| [inputarr] | holds the input data to bind to. Null elements will be set to null. |
Reimplemented from ADODB_oci8.
Definition at line 52 of file adodb-oci8po.inc.php.
| Param | ( | $ | name | ) |
Definition at line 37 of file adodb-oci8po.inc.php.
| Prepare | ( | $ | sql, |
| $ | cursor = false |
||
| ) |
Reimplemented from ADODB_oci8.
Definition at line 42 of file adodb-oci8po.inc.php.
| $databaseType = 'oci8po' |
Reimplemented from ADODB_oci8.
Definition at line 26 of file adodb-oci8po.inc.php.
| $dataProvider = 'oci8' |
Reimplemented from ADODB_oci8.
Definition at line 27 of file adodb-oci8po.inc.php.
| $metaColumnsSQL = "select lower(cname),coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" |
Reimplemented from ADODB_oci8.
Definition at line 28 of file adodb-oci8po.inc.php.
| $metaTablesSQL = "select lower(table_name),table_type from cat where table_type in ('TABLE','VIEW')" |
Reimplemented from ADODB_oci8.
Definition at line 29 of file adodb-oci8po.inc.php.