Buffer Types
The following table shows the Oracle Tuxedo types.
Table 3-7 Oracle Tuxedo Buffer Types
Buffer Type | Description |
---|---|
FML
|
Attribute, value pair. Explicit. |
VIEW
|
C structure. Very precise offsetting. Implicit. |
STRING
|
Length and offset are different values. All readable. |
CARRAY
|
Character array. BLOB of binary data. Only client and server know - JSL doesn’t. |
X_C_TYPE
|
Equivalent to VIEW. |
X_COMMON
|
Equivalent to VIEW, but used for both COBOL and C. |
X_OCTET
|
Equivalent to CARRAY. |
XML
|
Well-formed XML documents. Similar to CARRAY. |
Parent topic: Filtering Oracle Tuxedo FML or VIEW Buffers