| ocibindbyname | PHP 3.0.4 |
int ocibindbyname(int stmt, string name, mixed &var, int maxlength[, int type]) |
|
Bindet eine PHP-Variable nach Namen an einen Oracle-Platzhalter. |
|
| ocicancel | PHP 3.0.8 |
int ocicancel(int stmt) |
|
Bereitet eine neue Datenzeile auf das Lesen vor. |
|
| ocicollappend | PHP 4.0.6 |
string ocicollappend(object collection, object object) |
|
Hängt ein Objekt an die Collection an. |
|
| ocicollassign | PHP 4.0.6 |
string ocicollassign(object collection,object object) |
|
Weist eine Collection aus einer anderen vorhandenen Collection hinzu. |
|
| ocicollassignelem | PHP 4.0.6 |
string ocicollassignelem(object collection, string ndx, string val) |
|
Weist das Element val der Collection am Index ndx zu. |
|
| ocicollgetelem | PHP 4.0.6 |
string ocicollgetelem(object collection, string ndx) |
|
Ruft den Wert am Collection-Index ndx ab. |
|
| ocicollmax | PHP 4.0.6 |
string ocicollmax(object collection) |
|
Gibt den Höchstwert einer Collection zurück; bei einem Array ist dies die Höchstlänge. |
|
| ocicollsize | PHP 4.0.6 |
string ocicollsize(object collection) |
|
Gibt die Größe einer Collection zurück. |
|
| ocicolltrim | PHP 4.0.6 |
string ocicolltrim(object collection, int num) |
|
Löscht num Elemente am Ende einer Collection. |
|
| ocicolumnisnull | PHP 3.0.4 |
int ocicolumnisnull(int stmt, int col) |
|
Gibt an, ob eine Spalte NULL ist. |
|
| ocicolumnname | PHP 3.0.4 |
string ocicolumnname(int stmt, int col) |
|
Gibt den Namen einer Spalte zurück. |
|
| ocicolumnprecision | PHP 4.0 |
int ocicolumnprecision(int stmt, int col) |
|
Gibt die Genauigkeit einer Spalte zurück. |
|
| ocicolumnscale | PHP 4.0 |
int ocicolumnscale(int stmt, int col) |
|
Gibt die Skalierung einer Spalte zurück. |
|
| ocicolumnsize | PHP 3.0.4 |
int ocicolumnsize(int stmt, int col) |
|
Gibt die maximale Datengröße einer Spalte zurück. |
|
| ocicolumntype | PHP 3.0.4 |
mixed ocicolumntype(int stmt, int col) |
|
Gibt den Datentyp einer Spalte zurück. |
|
| ocicolumntyperaw | PHP 4.0 |
mixed ocicolumntyperaw(int stmt, int col) |
|
Gibt den Oracle-Datentyp einer Spalte zurück. |
|
| ocicommit | PHP 3.0.7 |
string ocicommit(int conn) |
|
Schreibt den aktuellen Kontext fest. |
|
| ocidefinebyname | PHP 3.0.7 |
int ocidefinebyname(int stmt, string name, mixed &var[, int type]) |
|
Definiert eine PHP-Variable nach Namen für eine Oracle-Spalte. |
|
| ocierror | PHP 3.0.7 |
array ocierror([int stmt|conn|global]) |
|
Gibt den letzten Fehler von stmt|conn|global zurück bzw. false, wenn kein Fehler aufgetreten ist. |
|
| ociexecute | PHP 3.0.4 |
int ociexecute(int stmt[, int mode]) |
|
Führt eine geparste Anwendung aus. |
|
| ocifetch | PHP 3.0.4 |
int ocifetch(int stmt) |
|
Bereitet eine neue Datenzeile auf das Lesen vor. |
|
| ocifetchinto | PHP 3.0.4 |
int ocifetchinto(int stmt, array &output[, int mode]) |
|
Stellt eine Ergebnisdatenzeile in ein Array. |
|
| ocifetchstatement | PHP 3.0.8 |
int ocifetchstatement(int stmt, array &output[, int skip][, int maxrows][, int flags]) |
|
Stellt alle Ergebnisdatenzeilen in ein Array. |
|
| ocifreecollection | PHP 4.1.0 |
string ocifreecollection(object lob) |
|
Löscht ein Collection-Objekt. |
|
| ocifreedesc | PHP 4.0 |
string ocifreedesc(object lob) |
|
Löscht den Large-Object-Deskriptor. |
|
| ocifreestatement | PHP 3.0.5 |
int ocifreestatement(int stmt) |
|
Gibt alle mit einer Anweisung verknüpften Ressourcen frei. |
|
| ociinternaldebug | PHP 3.0.4 |
void ociinternaldebug(int onoff) |
|
Aktiviert/deaktiviert die interne Debugausgabe für die OCI-Erweiterung. |
|
| ociloadlob | PHP 4.0 |
string ociloadlob(object lob) |
|
Lädt ein Large Object. |
|
| ocilogoff | PHP 3.0.4 |
int ocilogoff(int conn) |
|
Trennt die Datenbankverbindung. |
|
| ocilogon | PHP 3.0.4 |
int ocilogon(string user, string pass[, string db]) |
|
Stellt eine Verbindung zu einer Oracle-Datenbank her und führt eine Anmeldung durch. |
|
| ocinewcollection | PHP 4.0.6 |
string ocinewcollection(int connection, string tdo,[string schema]) |
|
Initialisiert eine neue Collection. |
|
| ocinewcursor | PHP 3.0.8 |
int ocinewcursor(int conn) |
|
Gibt einen neuen Cursor (Anweisungs-Handle) zurück; dient zum Binden von REF CURSOR. |
|
| ocinewdescriptor | PHP 3.0.7 |
string ocinewdescriptor(int connection[, int type]) |
|
Initialisiert einen neuen leeren LOB- oder FILE-Deskriptor (Standard = LOB). |
|
| ocinlogon | PHP 3.0.8 |
int ocinlogon(string user, string pass[, string db]) |
|
Stellt eine Verbindung zu einer Oracle-Datenbank her und führt eine Anmeldung durch; gibt eine neue Session zurück. |
|
| ocinumcols | PHP 3.0.4 |
int ocinumcols(int stmt) |
|
Gibt die Anzahl von Ergebnisspalten in einer Anweisung zurück. |
|
| ociparse | PHP 3.0.4 |
int ociparse(int conn, string query) |
|
Parst eine Abfrage und gibt eine Anweisung zurück. |
|
| ociplogon | PHP 3.0.8 |
int ociplogon(string user, string pass[, string db]) |
|
Stellt eine persistente Verbindung zu einer Oracle-Datenbank her und führt eine Anmeldung durch. |
|
| ociresult | PHP 3.0.4 |
string ociresult(int stmt, mixed column) |
|
Gibt eine einzige Ergebnisdatenspalte zurück. |
|
| ocirollback | PHP 3.0.7 |
string ocirollback(int conn) |
|
Macht im aktuellen Kontext vorgenommene Änderungen rückgängig. |
|
| ocirowcount | PHP 3.0.7 |
int ocirowcount(int stmt) |
|
Gibt die durch eine OCI-Anweisung betroffene Anzahl von Zeilen zurück. |
|
| ocisavelob | PHP 4.0 |
string ocisavelob(object lob) |
|
Speichert ein Large Object. |
|
| ocisavelobfile | PHP 4.0 |
string ocisavelobfile(object lob) |
|
Speichert eine Large-Object-Datei. |
|
| ociserverversion | PHP 3.0.4 |
string ociserverversion(int conn) |
|
Gibt einen String mit Angaben zur Serverversion zurück. |
|
| ocisetprefetch | PHP 3.0.12 |
int ocisetprefetch(int stmt, int prefetch_rows) |
|
Legt die Anzahl von Zeilen fest, die für die Anweisung im Voraus abgerufen werden sollen (prefetch). |
|
| ocistatementtype | PHP 3.0.5 |
int ocistatementtype(int stmt) |
|
Gibt den Abfragetyp einer OCI-Anweisung zurück. |
|
| ociwritelobtofile | PHP 4.0 |
void ociwritelobtofile(object lob[, string filename][, int start][, int length]) |
|
Schreibt ein Large Object in eine Datei. |
|