![HP NonStop SQL/MP Скачать руководство пользователя страница 26](http://html.mh-extra.com/html/hp/nonstop-sql-mp/nonstop-sql-mp_programming-manual_165149026.webp)
About This Manual
HP NonStop SQL/MP Programming Manual for C—429847-008
xxii
HP Encourages Your Comments
Item Spacing.
Spaces shown between items are required unless one of the items is a
punctuation symbol such as a parenthesis or a comma. For example:
SQLCOMP / IN object-file [ , OUT [ list-file ] ] /
If there is no space between two items, spaces are not permitted. In this example,
there are no spaces permitted between the period and any other items:
$
process-name
.#
su-name
i
and
o.
In the syntax diagrams for system procedure calls,
i
and
o
are used as follows:
/* i */
Input parameter–passes data to the procedure
/* o */
Output parameter–returns data to the calling program
/* i:o */
Input and output parameter–both passes and returns data
An example of the syntax for a procedure call is as follows:
#include <cextdecs(SQLCAFSCODE)>
short SQLCAFSCODE ( short *
sqlca
, /* i */
[ short
first_flg
] ); /* i */
HP Encourages Your Comments
HP encourages your comments concerning this document. We are committed to
providing documentation that meets your needs. Send any errors found, suggestions
for improvement, or compliments to [email protected].
Include the document title, part number, and any comment, error found, or suggestion
for improvement you have concerning this document.
Содержание NonStop SQL/MP
Страница 4: ......
Страница 14: ...Contents HP NonStop SQL MP Programming Manual for C 429847 008 x ...
Страница 34: ...Introduction HP NonStop SQL MP Programming Manual for C 429847 008 1 8 SQL MP Version Management ...
Страница 60: ...Host Variables HP NonStop SQL MP Programming Manual for C 429847 008 2 26 VARCHAR Data Type ...
Страница 68: ...SQL MP Statements and Directives HP NonStop SQL MP Programming Manual for C 429847 008 3 8 Finding Information ...
Страница 156: ...Explicit Program Compilation HP NonStop SQL MP Programming Manual for C 429847 008 6 40 SQL Program Files ...
Страница 264: ...Dynamic SQL Operations HP NonStop SQL MP Programming Manual for C 429847 008 10 66 Detailed Dynamic SQL Program ...
Страница 294: ...SQL MP Sample Database HP NonStop SQL MP Programming Manual for C 429847 008 A 6 ...
Страница 300: ...Memory Considerations HP NonStop SQL MP Programming Manual for C 429847 008 B 6 Avoiding Memory Stack Overflows ...
Страница 304: ...Maximizing Local Autonomy HP NonStop SQL MP Programming Manual for C 429847 008 C 4 Skipping Unavailable Partitions ...