DatabaseMetaData.TableIndexOther Campo

Definição

Cuidado

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

Indica que esse índice de tabela não é um índice clusterizado, um índice hash ou estatísticas de tabela; é algo diferente destes.

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

Valor do campo

Value = 3
Atributos

Comentários

Indica que esse índice de tabela não é um índice clusterizado, um índice hash ou estatísticas de tabela; é algo diferente destes.

Um valor possível para a ResultSet coluna TYPE no objeto retornado pelo métodogetIndexInfo.

Java documentação para java.sql.DatabaseMetaData.tableIndexOther.

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

Aplica-se a