![]() |
|
This section describes the conventions that this manual uses. These conventions make it easier to gather information from this and other volumes in the documentation set.
The following conventions are discussed:
This manual uses the following conventions to introduce new terms, illustrate screen displays, describe command syntax, and so forth.
Tip: When you are instructed to "enter" characters or to "execute" a command, immediately press RETURN after the entry. When you are instructed to "type" the text or to "press" other keys, no RETURN is required.
Icon Conventions
Throughout the documentation, you will find text that is identified by several different types of icons. This section describes these icons.
Comment icons identify three types of information, as the following table describes. This information always appears in italics.
Feature, product, and platform icons identify paragraphs that contain feature-specific, product-specific, or platform-specific information.
These icons can apply to an entire section or to one or more paragraphs within a section. If an icon appears next to a section heading, the information that applies to the indicated feature, product, or platform ends at the next heading at the same or higher level. A symbol indicates the end of feature-, product-, or platform-specific information that appears within one or more paragraphs within a section.
Compliance icons indicate paragraphs that provide guidelines for complying with a standard.
These icons can apply to an entire section or to one or more paragraphs within a section. If an icon appears next to a section heading, the information that applies to the indicated feature, product, or platform ends at the next heading at the same or higher level. A symbol indicates the end of feature-, product-, or platform-specific information that appears within one or more paragraphs within a section.
Examples of SQL code occur throughout this manual. Except where noted, the code is not specific to any single Informix application development tool. If only SQL statements are listed in the example, they are not delimited by semicolons. For instance, you might see the code in the following example:
To use this SQL code for a specific product, you must apply the syntax rules for that product. For example, if you are using DB-Access, you must delimit multiple statements with semicolons. If you are using an SQL API, you must use EXEC SQL at the start of each statement and a semicolon (or other appropriate delimiter) at the end of the statement.
Tip: Ellipsis points in a code example indicate that more code would be added in a full application, but it is not necessary to show it to describe the concept being discussed.
For detailed directions on using SQL statements for a particular application development tool or SQL API, see the manual for your product.