SELFPHP/Navigationshilfen Funktionsübersicht |
int ora_bind (int cursor, string PHP-Variablenname, string SQL-Parametername, int Länge [, int Typ])
(PHP 3, PHP 4 >= 4.0b1) Es wird eine PHP-Variable an einen Oracle-Parameter gebunden |
int ora_close (int Cursor)
(PHP 3, PHP 4 >= 4.0b1) Es wird ein Oracle-Cursor geschlossen |
string Ora_ColumnName (int Cursor, int Feld)
(PHP 3, PHP 4 >= 4.0b1) Es wird der Name eine Ergebnis-Feldes ermittelt |
int Ora_ColumnSize (int Cursor, int Feld)
(PHP 3, PHP 4 >= 4.0b1) Es wird die Größe eines Ergebnisfeldes ermittelt |
string Ora_ColumnType (int cursor, int column)
(PHP 3, PHP 4 >= 4.0b1) Es wird der Typ eines Ergebnisfeldes ermittelt |
int ora_commit (int conn)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Transaktion bestätigt |
int ora_commitoff (int conn)
(PHP 3, PHP 4 >= 4.0b1) Es wird die automatische Bestätigung deaktiviert |
int ora_commiton (int conn)
(PHP 3, PHP 4 >= 4.0b1) Es wird die automatische Bestätigung aktiviert |
int ora_do (int conn, string Abfrage)
(PHP 3, PHP 4 >= 4.0b1) Es werden die Funktionen Ora_Exec, Ora_Fetch und Ora_Parse kombiniert |
string ora_error (int Cursor_oder_Verbindung)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Fehlermeldung ausgegeben |
int Ora_ErrorCode (int Cursor_oder_Verbindung)
(PHP 3, PHP 4 >= 4.0b1) Es wird der Fehlercode ausgegeben |
int ora_exec (int Cursor)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine analysierte Anweisung bei einem Oracle-Cursor durchgeführt |
int ora_fetch (int Cursor)
(PHP 3, PHP 4 >= 4.0b1) Es wird ein Datensatz eines Oracle-Cursor abgerufen |
int ora_fetch_into (int Cursor, array Ergebnis [, int Flags])
(PHP 3, PHP 4 >= 4.0b1) Es wird ein Datensatz aus einem Ergebnis-Array geliefert |
mixed ora_getcolumn (int Cursor, mixed Feld)
(PHP 3, PHP 4 >= 4.0b1) Es werden die Daten eines Feldes geliefert |
int ora_logoff (int Verbindung)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Oracle-Verbindung beendet |
int ora_logon (string Benutzername, string Passwort)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Oracle-Verbindung hergestellt |
int ora_numcols (int cursor_ind)
(PHP 3, PHP 4 >= 4.0b1) Es wird die Menge der Felder eines Ergebnisses ermittelt |
int ora_numrows (int cursor_ind)
(PHP 3, PHP 4 >= 4.0b1) Es wird die Menge der Datensätze eines Ergebnisses ermittelt |
int ora_open (int Verbindung)
(PHP 3, PHP 4 >= 4.0b1) Es wird ein Oracle-Cursor geöffnet |
int ora_parse (int Cursor_ind, string SQL-Anweisung, int aufschieben)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine SQL-Anweisung analysiert |
int ora_rollback (int Verbindung)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Transaktion widerrufen |
int ora_plogon (string Benutzername, string Passwort)
(PHP 3, PHP 4 >= 4.0b1) Es wird eine persistente Oracle-Verbindung hergestellt |
weiter: | PDF Funktionen |
zurück: | ODBC Funktionen |
SELFPHP/Navigationshilfen Funktionsübersicht |