NAME ^

php_interbase.pir - PHP interbase Library

DESCRIPTION ^

Functions ^

bool ibase_add_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])

Add a user to security database

NOT IMPLEMENTED.

int ibase_affected_rows( [ resource link_identifier ] )

Returns the number of rows affected by the previous INSERT, UPDATE or DELETE statement

NOT IMPLEMENTED.

mixed ibase_backup(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]])

Initiates a backup task in the service manager and returns immediately

NOT IMPLEMENTED.

bool ibase_blob_add(resource blob_handle, string data)

Add data into created blob

NOT IMPLEMENTED.

bool ibase_blob_cancel(resource blob_handle)

Cancel creating blob

NOT IMPLEMENTED.

string ibase_blob_close(resource blob_handle)

Close blob

NOT IMPLEMENTED.

resource ibase_blob_create([resource link_identifier])

Create blob for adding data

NOT IMPLEMENTED.

bool ibase_blob_echo([ resource link_identifier, ] string blob_id)

Output blob contents to browser

NOT IMPLEMENTED.

string ibase_blob_get(resource blob_handle, int len)

Get len bytes data from open blob

NOT IMPLEMENTED.

string ibase_blob_import([ resource link_identifier, ] resource file)

Create blob, copy file in it, and close it

NOT IMPLEMENTED.

array ibase_blob_info([ resource link_identifier, ] string blob_id)

Return blob length and other useful info

NOT IMPLEMENTED.

resource ibase_blob_open([ resource link_identifier, ] string blob_id)

Open blob for retrieving data parts

NOT IMPLEMENTED.

bool ibase_close([resource link_identifier])

Close an InterBase connection

NOT IMPLEMENTED.

bool ibase_commit( resource link_identifier )

Commit transaction

NOT IMPLEMENTED.

bool ibase_commit_ret( resource link_identifier )

Commit transaction and retain the transaction context

NOT IMPLEMENTED.

resource ibase_connect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])

Open a connection to an InterBase database

NOT IMPLEMENTED.

string ibase_db_info(resource service_handle, string db, int action [, int argument])

Request statistics about a database

NOT IMPLEMENTED.

bool ibase_delete_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])

Delete a user from security database

NOT IMPLEMENTED.

bool ibase_drop_db([resource link_identifier])

Drop an InterBase database

NOT IMPLEMENTED.

int ibase_errcode(void)

Return error code

NOT IMPLEMENTED.

string ibase_errmsg(void)

Return error message

NOT IMPLEMENTED.

mixed ibase_execute(resource query [, mixed bind_arg [, mixed bind_arg [, ...]]])

Execute a previously prepared query

NOT IMPLEMENTED.

array ibase_fetch_assoc(resource result [, int fetch_flags])

Fetch a row from the results of a query

NOT IMPLEMENTED.

object ibase_fetch_object(resource result [, int fetch_flags])

Fetch a object from the results of a query

NOT IMPLEMENTED.

array ibase_fetch_row(resource result [, int fetch_flags])

Fetch a row from the results of a query

NOT IMPLEMENTED.

array ibase_field_info(resource query_result, int field_number)

Get information about a field

NOT IMPLEMENTED.

bool ibase_free_event_handler(resource event)

Frees the event handler set by ibase_set_event_handler()

NOT IMPLEMENTED.

bool ibase_free_query(resource query)

Free memory used by a query

NOT IMPLEMENTED.

bool ibase_free_result(resource result)

Free the memory used by a result

NOT IMPLEMENTED.

int ibase_gen_id(string generator [, int increment [, resource link_identifier ]])

Increments the named generator and returns its new value

NOT IMPLEMENTED.

bool ibase_maintain_db(resource service_handle, string db, int action [, int argument])

Execute a maintenance command on the database server

NOT IMPLEMENTED.

bool ibase_modify_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])

Modify a user in security database

NOT IMPLEMENTED.

bool ibase_name_result(resource result, string name)

Assign a name to a result for use with ... WHERE CURRENT OF <name> statements

NOT IMPLEMENTED.

int ibase_num_fields(resource query_result)

Get the number of fields in result

NOT IMPLEMENTED.

int ibase_num_params(resource query)

Get the number of params in a prepared query

NOT IMPLEMENTED.

int ibase_num_rows( resource result_identifier )

Return the number of rows that are available in a result

NOT IMPLEMENTED.

array ibase_param_info(resource query, int field_number)

Get information about a parameter

NOT IMPLEMENTED.

resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])

Open a persistent connection to an InterBase database

NOT IMPLEMENTED.

resource ibase_prepare([resource link_identifier, ] string query)

Prepare a query for later execution

NOT IMPLEMENTED.

mixed ibase_query([resource link_identifier, [ resource link_identifier, ]] string query [, mixed bind_arg [, mixed bind_arg [, ...]]])

Execute a query

NOT IMPLEMENTED.

mixed ibase_restore(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])

Initiates a restore task in the service manager and returns immediately

NOT IMPLEMENTED.

bool ibase_rollback( resource link_identifier )

Rollback transaction

NOT IMPLEMENTED.

bool ibase_rollback_ret( resource link_identifier )

Rollback transaction and retain the transaction context

NOT IMPLEMENTED.

string ibase_server_info(resource service_handle, int action)

Request information about a database server

NOT IMPLEMENTED.

resource ibase_service_attach(string host, string dba_username, string dba_password)

Connect to the service manager

NOT IMPLEMENTED.

bool ibase_service_detach(resource service_handle)

Disconnect from the service manager

NOT IMPLEMENTED.

resource ibase_set_event_handler([resource link_identifier,] callback handler, string event [, string event [, ...]])

Register the callback for handling each of the named events

NOT IMPLEMENTED.

resource ibase_trans([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])

Start a transaction over one or several databases

NOT IMPLEMENTED.

string ibase_wait_event([resource link_identifier,] string event [, string event [, ...]])

Waits for any one of the passed Interbase events to be posted by the database, and returns its name

NOT IMPLEMENTED.


parrot