Ingres Functions
Table of Contents
- ingres_autocommit_state — Test if the connection is using autocommit
- ingres_autocommit — Switch autocommit on or off
- ingres_charset — Returns the installation character set
- ingres_close — Close an Ingres database connection
- ingres_commit — Commit a transaction
- ingres_connect — Open a connection to an Ingres database
- ingres_cursor — Get a cursor name for a given result resource
- ingres_errno — Get the last Ingres error number generated
- ingres_error — Get a meaningful error message for the last error generated
- ingres_errsqlstate — Get the last SQLSTATE error code generated
- ingres_escape_string — Escape special characters for use in a query
- ingres_execute — Execute a prepared query
- ingres_fetch_array — Fetch a row of result into an array
- ingres_fetch_assoc — Fetch a row of result into an associative array
- ingres_fetch_object — Fetch a row of result into an object
- ingres_fetch_proc_return — Get the return value from a procedure call
- ingres_fetch_row — Fetch a row of result into an enumerated array
- ingres_field_length — Get the length of a field
- ingres_field_name — Get the name of a field in a query result
- ingres_field_nullable — Test if a field is nullable
- ingres_field_precision — Get the precision of a field
- ingres_field_scale — Get the scale of a field
- ingres_field_type — Get the type of a field in a query result
- ingres_free_result — Free the resources associated with a result identifier
- ingres_next_error — Get the next Ingres error
- ingres_num_fields — Get the number of fields returned by the last query
- ingres_num_rows — Get the number of rows affected or returned by a query
- ingres_pconnect — Open a persistent connection to an Ingres database
- ingres_prepare — Prepare a query for later execution
- ingres_query — Send an SQL query to Ingres
- ingres_result_seek — Set the row position before fetching data
- ingres_rollback — Roll back a transaction
- ingres_set_environment — Set environment features controlling output options
- ingres_unbuffered_query — Send an unbuffered SQL query to Ingres
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/01/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/php-rf-ref.ingres.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.