Informix
database- ifxus_close_slob (bid) - Deletes the slob object
- ifxus_create_slob (mode) - Creates an slob object and opens it
- ifxus_free_slob (bid) - Deletes the slob object
- ifxus_open_slob (bid, mode) - Opens an slob object
- ifxus_read_slob (bid, nbytes) - Reads nbytes of the slob object
- ifxus_seek_slob (bid, mode, offset) - Sets the current file or seek position
- ifxus_tell_slob (bid) - Returns the current file or seek position
- ifxus_write_slob (bid, content) - Writes a string into the slob object
- ifx_affected_rows (result_id) - Get number of rows affected by a query
- ifx_blobinfile_mode (result_id) - Set the default blob mode for all select queries
- ifx_byteasvarchar (result_id) - Set the default byte mode
- ifx_close (link_identifier) - Close Informix connection
- ifx_connect (database, userid, password) - Open Informix server connection
- ifx_copy_blob (bid) - Duplicates the given blob object
- ifx_create_blob (type, mode, param) - Creates an blob object
- ifx_create_char (param) - Creates an char object
- ifx_do (result_id) - Execute a previously prepared SQL-statement
- ifx_error (link_identifier) - Returns error code of last Informix call
- ifx_errormsg (errorcode) - Returns error message of last Informix call
- ifx_fetch_row (errorcode) - Get row as an associative array
- ifx_fieldproperties (result_id) - List of SQL fieldproperties
- ifx_fieldtypes (result_id) - List of Informix SQL fields
- ifx_free_blob (bid) - Deletes the blob object
- ifx_free_char (bid) - Deletes the char object
- ifx_free_result (result_id) - Releases resources for the query
- ifx_getsqlca (result_id) - Get the contents of sqlca.sqlerrd[0..5] after a query
- ifx_get_blob (bid) - Return the content of a blob object
- ifx_get_char (bid) - Return the content of the char object
- ifx_htmltbl_result (result_id, html_table_options) - Formats all rows of a query into a HTML table
- ifx_nullformat (result_id, html_table_options) - Sets the default return value on a fetch row
- ifx_num_fields (result_id) - Returns the number of columns in the query
- ifx_num_rows (result_id) - Count the rows already fetched from a query
- ifx_pconnect (database, userid, password) - Open persistent Informix connection
- ifx_prepare (database, userid, password) - Prepare an SQL-statement for execution
- ifx_query (database, userid, password) - Send Informix query
- ifx_textasvarchar (database, userid, password) - Set the default text mode
- ifx_update_blob (bid, content) - Updates the content of the blob object
- ifx_update_char (bid, content) - Updates the content of the char object
