Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43958a0

Browse files
committed
Ecpg doc cleanups, as reported by Marc Cousin.
1 parente9c9a92 commit43958a0

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9281,7 +9281,7 @@ risnull(CINTTYPE, (char *) &i);
92819281
<listitem>
92829282
<para>
92839283
Functions return this value if an overflow occurred in a
9284-
calculation. Internally it is definedto -1200 (the <productname>Informix</productname>
9284+
calculation. Internally it is definedas -1200 (the <productname>Informix</productname>
92859285
definition).
92869286
</para>
92879287
</listitem>
@@ -9292,7 +9292,7 @@ risnull(CINTTYPE, (char *) &i);
92929292
<listitem>
92939293
<para>
92949294
Functions return this value if an underflow occurred in a calculation.
9295-
Internally it is definedto -1201 (the <productname>Informix</productname> definition).
9295+
Internally it is definedas -1201 (the <productname>Informix</productname> definition).
92969296
</para>
92979297
</listitem>
92989298
</varlistentry>
@@ -9302,7 +9302,7 @@ risnull(CINTTYPE, (char *) &i);
93029302
<listitem>
93039303
<para>
93049304
Functions return this value if an attempt to divide by zero is
9305-
observed. Internally it is definedto -1202 (the <productname>Informix</productname> definition).
9305+
observed. Internally it is definedas -1202 (the <productname>Informix</productname> definition).
93069306
</para>
93079307
</listitem>
93089308
</varlistentry>
@@ -9312,7 +9312,7 @@ risnull(CINTTYPE, (char *) &i);
93129312
<listitem>
93139313
<para>
93149314
Functions return this value if a bad value for a year was found while
9315-
parsing a date. Internally it is definedto -1204 (the <productname>Informix</productname>
9315+
parsing a date. Internally it is definedas -1204 (the <productname>Informix</productname>
93169316
definition).
93179317
</para>
93189318
</listitem>
@@ -9323,7 +9323,7 @@ risnull(CINTTYPE, (char *) &i);
93239323
<listitem>
93249324
<para>
93259325
Functions return this value if a bad value for a month was found while
9326-
parsing a date. Internally it is definedto -1205 (the <productname>Informix</productname>
9326+
parsing a date. Internally it is definedas -1205 (the <productname>Informix</productname>
93279327
definition).
93289328
</para>
93299329
</listitem>
@@ -9334,7 +9334,7 @@ risnull(CINTTYPE, (char *) &i);
93349334
<listitem>
93359335
<para>
93369336
Functions return this value if a bad value for a day was found while
9337-
parsing a date. Internally it is definedto -1206 (the <productname>Informix</productname>
9337+
parsing a date. Internally it is definedas -1206 (the <productname>Informix</productname>
93389338
definition).
93399339
</para>
93409340
</listitem>
@@ -9346,7 +9346,7 @@ risnull(CINTTYPE, (char *) &i);
93469346
<para>
93479347
Functions return this value if a parsing routine needs a short date
93489348
representation but did not get the date string in the right length.
9349-
Internally it is definedto -1209 (the <productname>Informix</productname> definition).
9349+
Internally it is definedas -1209 (the <productname>Informix</productname> definition).
93509350
</para>
93519351
</listitem>
93529352
</varlistentry>
@@ -9356,7 +9356,7 @@ risnull(CINTTYPE, (char *) &i);
93569356
<listitem>
93579357
<para>
93589358
Functions return this value if an error occurred during date
9359-
formatting. Internally it is definedto -1210 (the
9359+
formatting. Internally it is definedas -1210 (the
93609360
<productname>Informix</productname> definition).
93619361
</para>
93629362
</listitem>
@@ -9367,7 +9367,7 @@ risnull(CINTTYPE, (char *) &i);
93679367
<listitem>
93689368
<para>
93699369
Functions return this value if memory was exhausted during
9370-
their operation. Internally it is definedto -1211 (the
9370+
their operation. Internally it is definedas -1211 (the
93719371
<productname>Informix</productname> definition).
93729372
</para>
93739373
</listitem>
@@ -9379,7 +9379,7 @@ risnull(CINTTYPE, (char *) &i);
93799379
<para>
93809380
Functions return this value if a parsing routine was supposed to get a
93819381
format mask (like <literal>mmddyy</>) but not all fields were listed
9382-
correctly. Internally it is definedto -1212 (the <productname>Informix</productname> definition).
9382+
correctly. Internally it is definedas -1212 (the <productname>Informix</productname> definition).
93839383
</para>
93849384
</listitem>
93859385
</varlistentry>
@@ -9392,7 +9392,7 @@ risnull(CINTTYPE, (char *) &i);
93929392
the textual representation for a numeric value because it contains
93939393
errors or if a routine cannot complete a calculation involving numeric
93949394
variables because at least one of the numeric variables is invalid.
9395-
Internally it is definedto -1213 (the <productname>Informix</productname> definition).
9395+
Internally it is definedas -1213 (the <productname>Informix</productname> definition).
93969396
</para>
93979397
</listitem>
93989398
</varlistentry>
@@ -9401,7 +9401,8 @@ risnull(CINTTYPE, (char *) &i);
94019401
<term><literal>ECPG_INFORMIX_BAD_EXPONENT</></term>
94029402
<listitem>
94039403
<para>
9404-
Functions return this value if Internally it is defined to -1216 (the
9404+
Functions return this value if a parsing routine cannot parse
9405+
an exponent. Internally it is defined as -1216 (the
94059406
<productname>Informix</productname> definition).
94069407
</para>
94079408
</listitem>
@@ -9411,7 +9412,8 @@ risnull(CINTTYPE, (char *) &i);
94119412
<term><literal>ECPG_INFORMIX_BAD_DATE</></term>
94129413
<listitem>
94139414
<para>
9414-
Functions return this value if Internally it is defined to -1218 (the
9415+
Functions return this value if a parsing routine cannot parse
9416+
a date. Internally it is defined as -1218 (the
94159417
<productname>Informix</productname> definition).
94169418
</para>
94179419
</listitem>
@@ -9421,7 +9423,8 @@ risnull(CINTTYPE, (char *) &i);
94219423
<term><literal>ECPG_INFORMIX_EXTRA_CHARS</></term>
94229424
<listitem>
94239425
<para>
9424-
Functions return this value if Internally it is defined to -1264 (the
9426+
Functions return this value if a parsing routine is passed extra
9427+
characters is cannot parse. Internally it is defined as -1264 (the
94259428
<productname>Informix</productname> definition).
94269429
</para>
94279430
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp