Adodb Dokumentation  V5.14 8 Sept 2011
ADODB_oci8po Klassenreferenz
Klassendiagramm für ADODB_oci8po:
Zusammengehörigkeiten von ADODB_oci8po:

Ö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')"

Ausführliche Beschreibung

Definiert in Zeile 25 der Datei adodb-oci8po.inc.php.


Dokumentation der Elementfunktionen

Execute ( sql,
inputarr = false 
)

Execute SQL

Parameter:
sqlSQL 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.
Rückgabe:
RecordSet or false

Erneute Implementation von ADODB_oci8.

Definiert in Zeile 52 der Datei adodb-oci8po.inc.php.

        {
                return ADOConnection::Execute($sql,$inputarr);
        }

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: