Partilhar via


Statement.CloseCurrentResult Campo

Definição

Cuidado

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

A constante que indica que o objeto atual ResultSet deve ser fechado ao chamar 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 do campo

Value = 1
Atributos

Comentários

A constante que indica que o objeto atual ResultSet deve ser fechado ao chamar getMoreResults.

Adicionado em 1.4.

Documentação Java para java.sql.Statement.CLOSE_CURRENT_RESULT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a