Linguaggio

DatabaseMetaData.TableIndexHashed Campo

Definizione

Attenzione

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

Indica che questo indice di tabella è un indice hash.

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

Valore del campo

Value = 2
Attributi

Commenti

Indica che questo indice di tabella è un indice hash.

Valore possibile per la colonna TYPE nell'oggetto ResultSet restituito dal metodo getIndexInfo.

per java.sql.DatabaseMetaData.tableIndexHashed.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a