<< Click to Display Table of Contents >>

OZParameter


Method Detail

getName

public String getName()

パラメーター名を取得します。

getType

public int getType()

パラメータータイプを取得します。

パラメータータイプはJDBC Typesと同一です。例えば、VARCHARタイプである場合は12を返します。

getValue

public String getValue()

パラメーター値を取得します。

getDescription

public String getDescription()

パラメーターの説明を取得します。