4.4.4.3 VIEWフィールド定義
「simpview.v16のフィールド定義」のリストは、前記のリストsimpview.java
のOracle Tuxedo VIEWフィールド定義を示しています。
simpview.v16のフィールド定義のリスト
#
# VIEW for SIMPVIEW. This view is used for both input and output. The
# service could also have used separate input and output views.
# The first 3 params are input params, the second 3 are outputs.
#
VIEW SimpView
$
#type cname fbname count flag size null
string inString - 1 - 32 -
long inInt - 1 - - -
float inFloat - 1 - - -
string outString - 1 - 32 -
long outInt - 1 - - -
float outFloat - 1 - - -
END
親トピック: VIEWバッファ・タイプを使用する