

Public Member Functions | |
| ADODB_oci8po () | |
| Param ($name) | |
| Prepare ($sql, $cursor=false) | |
| _query ($sql, $inputarr=false) | |
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.
| ADODB_oci8po::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
| ADODB_oci8po::ADODB_oci8po | ( | ) |
Definition at line 31 of file adodb-oci8po.inc.php.
| ADODB_oci8po::Param | ( | $ | name | ) |
Definition at line 37 of file adodb-oci8po.inc.php.
| ADODB_oci8po::Prepare | ( | $ | sql, | |
| $ | cursor = false | |||
| ) |
| ADODB_oci8po::$databaseType = 'oci8po' |
Reimplemented from ADODB_oci8.
Definition at line 26 of file adodb-oci8po.inc.php.
| ADODB_oci8po::$dataProvider = 'oci8' |
Reimplemented from ADODB_oci8.
Definition at line 27 of file adodb-oci8po.inc.php.
| ADODB_oci8po::$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.
| ADODB_oci8po::$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.
1.7.1