Documentation TYPO3 par Ameos |
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.
1.4.6