Compartir a través de


Statement.CloseCurrentResult Campo

Definición

Precaución

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

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

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

Valor de campo

Value = 1
Atributos

Comentarios

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

Agregado en la versión 1.4.

Documentación de Java para java.sql.Statement.CLOSE_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