"TYPO3 4.0.1: ADODB_oci8po Class Reference", "datetime" => "Sat Dec 2 19:23:26 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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.