<< 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()

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