語言

DatabaseMetaData.FunctionColumnOut 欄位

定義

警告

Use 'Java.Sql.IDatabaseMetaData.FunctionColumnOut'. This class will be removed in a future release.

表示參數或欄位為 OUT 參數。

[Android.Runtime.Register("functionColumnOut")]
[System.Obsolete("Use 'Java.Sql.IDatabaseMetaData.FunctionColumnOut'. This class will be removed in a future release.")]
public const int FunctionColumnOut = 3;
[<Android.Runtime.Register("functionColumnOut")>]
[<System.Obsolete("Use 'Java.Sql.IDatabaseMetaData.FunctionColumnOut'. This class will be removed in a future release.")>]
val mutable FunctionColumnOut : int

欄位值

Value = 3
屬性

備註

表示參數或欄位為 OUT 參數。

方法回傳getFunctionColumns的欄位可能值。COLUMN_TYPEResultSet

新增於1.6版本。

java.sql.DatabaseMetaData.functionColumnOutJava 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於