Inheritance diagram for ADODB_oci8po:

Public Member Functions | |
| ADODB_oci8po () | |
| Param ($name) | |
| Prepare ($sql, $cursor=false) | |
| _query ($sql, $inputarr) | |
Public Attributes | |
| $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.
|
|
Definition at line 31 of file adodb-oci8po.inc.php. |
|
||||||||||||
|
Reimplemented from ADODB_oci8. Definition at line 53 of file adodb-oci8po.inc.php. |
|
|
Definition at line 37 of file adodb-oci8po.inc.php. |
|
||||||||||||
|
Reimplemented from ADODB_oci8. Definition at line 42 of file adodb-oci8po.inc.php. |
|
|
Reimplemented from ADODB_oci8. Definition at line 26 of file adodb-oci8po.inc.php. |
|
|
Reimplemented from ADODB_oci8. Definition at line 27 of file adodb-oci8po.inc.php. |
|
|
Reimplemented from ADODB_oci8. Definition at line 28 of file adodb-oci8po.inc.php. |
|
|
Reimplemented from ADODB_oci8. Definition at line 29 of file adodb-oci8po.inc.php. |
1.4.6