Linguaggio

DatabaseMetaData.TableIndexOther Campo

Definizione

Attenzione

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

Indica che questo indice di tabella non è un indice cluster, un indice hash o statistiche di tabella; è qualcosa di diverso da questi.

[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

Valore del campo

Value = 3
Attributi

Commenti

Indica che questo indice di tabella non è un indice cluster, un indice hash o statistiche di tabella; è qualcosa di diverso da questi.

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

per java.sql.DatabaseMetaData.tableIndexOther.

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