|
Adodb Dokumentation
V5.14 8 Sept 2011
|


Öffentliche Methoden | |
| ADODB_oci8po () | |
| Param ($name) | |
| Prepare ($sql, $cursor=false) | |
| Execute ($sql, $inputarr=false) | |
| _query ($sql, $inputarr=false) | |
Datenfelder | |
| $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')" | |
Definiert in Zeile 25 der Datei 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. |
Erneute Implementation von ADODB_oci8.
Definiert in Zeile 52 der Datei adodb-oci8po.inc.php.
{
return ADOConnection::Execute($sql,$inputarr);
}