|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: d29cc4c6442768ba7a7f35a16b9a4cee88946254 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto --> |
3 | | -<appendix xml:id="mqseries.constants" xmlns="http://docbook.org/ns/docbook"> |
| 2 | +<!-- EN-Revision: 4b18961236679bcd6d1a0ad91ac8068efbaf066d Maintainer: fernandowobeto Status: ready --> |
| 3 | +<!-- CREDITS: fernandowobeto --> |
| 4 | +<appendix xmlns="http://docbook.org/ns/docbook" xml:id="mqseries.constants"> |
4 | 5 | &reftitle.constants; |
5 | 6 | <para> |
6 | 7 | Para cada Constante WebSphere MQ há uma contraparte mqseries. |
|
11 | 12 | <para>O nome da contraparte mqseries é feito anexando a constante WebSphere MQ com MQSERIES_, |
12 | 13 | por exemplo, as constantes CompletionCode são: |
13 | 14 | </para> |
14 | | - <para> |
15 | | - <table> |
16 | | - <title>Constantes mqseries</title> |
17 | | - <tgroup cols="2"> |
18 | | - <thead> |
19 | | - <row> |
20 | | - <entry>Constante PHP</entry> |
21 | | - <entry>Constante MQ</entry> |
22 | | - </row> |
23 | | - </thead> |
24 | | - <tbody> |
25 | | - <row xml:id="constant.mqseries-mqcc-ok"> |
26 | | - <entry><constant>MQSERIES_MQCC_OK</constant></entry> |
27 | | - <entry>MQCC_OK</entry> |
28 | | - </row> |
29 | | - <row xml:id="constant.mqseries-mqcc-warning"> |
30 | | - <entry><constant>MQSERIES_MQCC_WARNING</constant></entry> |
31 | | - <entry>MQCC_WARNING</entry> |
32 | | - </row> |
33 | | - <row xml:id="constant.mqseries-mqcc-failed"> |
34 | | - <entry><constant>MQSERIES_MQCC_FAILED</constant></entry> |
35 | | - <entry>MQCC_FAILED</entry> |
36 | | - </row> |
37 | | - <row xml:id="constant.mqseries-mqcc-unknown"> |
38 | | - <entry><constant>MQSERIES_MQCC_UNKNOWN</constant></entry> |
39 | | - <entry>MQCC_UNKNOWN</entry> |
40 | | - </row> |
41 | | - </tbody> |
42 | | - </tgroup> |
43 | | - </table> |
44 | | - </para> |
| 15 | + <table> |
| 16 | + <title>Constantes mqseries</title> |
| 17 | + <tgroup cols="2"> |
| 18 | + <thead> |
| 19 | + <row> |
| 20 | + <entry>Constante PHP</entry> |
| 21 | + <entry>Constante MQ</entry> |
| 22 | + </row> |
| 23 | + </thead> |
| 24 | + <tbody> |
| 25 | + <row xml:id="constant.mqseries-mqcc-ok"> |
| 26 | + <entry><constant>MQSERIES_MQCC_OK</constant></entry> |
| 27 | + <entry>MQCC_OK</entry> |
| 28 | + </row> |
| 29 | + <row xml:id="constant.mqseries-mqcc-warning"> |
| 30 | + <entry><constant>MQSERIES_MQCC_WARNING</constant></entry> |
| 31 | + <entry>MQCC_WARNING</entry> |
| 32 | + </row> |
| 33 | + <row xml:id="constant.mqseries-mqcc-failed"> |
| 34 | + <entry><constant>MQSERIES_MQCC_FAILED</constant></entry> |
| 35 | + <entry>MQCC_FAILED</entry> |
| 36 | + </row> |
| 37 | + <row xml:id="constant.mqseries-mqcc-unknown"> |
| 38 | + <entry><constant>MQSERIES_MQCC_UNKNOWN</constant></entry> |
| 39 | + <entry>MQCC_UNKNOWN</entry> |
| 40 | + </row> |
| 41 | + </tbody> |
| 42 | + </tgroup> |
| 43 | + </table> |
45 | 44 |
|
46 | 45 | </appendix> |
47 | | - |
48 | 46 | <!-- Keep this comment at the end of the file |
49 | 47 | Local variables: |
50 | 48 | mode: sgml |
|
0 commit comments