IStatement.KeepCurrentResult フィールド

定義

を呼び出getMoreResultsすときに、現在ResultSetのオブジェクトを閉じないことを示す定数。

[Android.Runtime.Register("KEEP_CURRENT_RESULT")]
public const int KeepCurrentResult = 2;
[<Android.Runtime.Register("KEEP_CURRENT_RESULT")>]
val mutable KeepCurrentResult : int

フィールド値

Value = 2
属性

注釈

を呼び出getMoreResultsすときに、現在ResultSetのオブジェクトを閉じないことを示す定数。

1.4 で追加されました。

java.sql.Statement.KEEP_CURRENT_RESULTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象