Firebird/InterBase
- Introduzione
- Installazione/Configurazione
- Costanti predefinite
- Firebird/InterBase Funzioni
- ibase_add_user — Add a user to a security database
- ibase_affected_rows — Return the number of rows that were affected by the previous query
- ibase_backup — Initiates a backup task in the service manager and returns immediately
- ibase_blob_add — Aggiunge dati in un nuovo blob creato
- ibase_blob_cancel — Cancella la creazione di un blob
- ibase_blob_close — Chiude un blob
- ibase_blob_create — Crea un nuovo blob per aggiungerci dei dati
- ibase_blob_echo — Visualizza il contenuto di un blob sul browser
- ibase_blob_get — Ottiene len byte di dati dal blob aperto
- ibase_blob_import — Create un blob, copy il file al suo interno e lo chiude
- ibase_blob_info — Restituisce la lunghezza del blob e altre informazioni utlili
- ibase_blob_open — Apre un blob per ricavare parte di dati
- ibase_close — Chiude una connessione ad un database InterBase
- ibase_commit_ret — Commit a transaction without closing it
- ibase_commit — Esegue il commit di una transazione
- ibase_connect — Apre una connessione con un database InterBase
- ibase_db_info — Request statistics about a database
- ibase_delete_user — Delete a user from a security database
- ibase_drop_db — Drops a database
- ibase_errcode — Return an error code
- ibase_errmsg — Restituisce messaggi di errore
- ibase_execute — Esegue una query preparata in precedenza
- ibase_fetch_assoc — Fetch a result row from a query as an associative array
- ibase_fetch_object — Ottiene un oggetto da un database InterBase
- ibase_fetch_row — Elabora una riga da un database InterBase
- ibase_field_info — Ottiene informazioni su un campo
- ibase_free_event_handler — Cancels a registered event handler
- ibase_free_query — Libera la memoria allocata da una query preparata
- ibase_free_result — Libera la memoria allocata da un result set
- ibase_gen_id — Increments the named generator and returns its new value
- ibase_maintain_db — Execute a maintenance command on the database server
- ibase_modify_user — Modify a user to a security database
- ibase_name_result — Assigns a name to a result set
- ibase_num_fields — Ottiene il numero di campi in un result set
- ibase_num_params — Return the number of parameters in a prepared query
- ibase_param_info — Return information about a parameter in a prepared query
- ibase_pconnect — Crea una connessione persistente ad un database Interbase
- ibase_prepare — Prepara una query per un successivo binding dei segnaposto dei parametri ed esecuzione
- ibase_query — Esegue una query su di un database InterBase
- ibase_restore — Initiates a restore task in the service manager and returns immediately
- ibase_rollback_ret — Roll back a transaction without closing it
- ibase_rollback — Esegue il roll back di una transazione
- ibase_server_info — Request information about a database server
- ibase_service_attach — Connect to the service manager
- ibase_service_detach — Disconnect from the service manager
- ibase_set_event_handler — Register a callback function to be called when events are posted
- ibase_trans — Inizia una transazione
- ibase_wait_event — Wait for an event to be posted by the database
There are no user contributed notes for this page.
