Compartir a través de


Statement.KeepCurrentResult Campo

Definición

Precaución

Use 'Java.Sql.IStatement.KeepCurrentResult'. This class will be removed in a future release.

Constante que indica que el objeto actual ResultSet no debe cerrarse al llamar a getMoreResults.

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

Valor de campo

Value = 2
Atributos

Comentarios

Constante que indica que el objeto actual ResultSet no debe cerrarse al llamar a getMoreResults.

Agregado en la versión 1.4.

Documentación de Java para java.sql.Statement.KEEP_CURRENT_RESULT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a