Linguaggio

DatabaseMetaData.ImportedKeyInitiallyDeferred Campo

Definizione

Attenzione

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

Indica la differibilità.

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

Valore del campo

Value = 5
Attributi

Commenti

Indica la differibilità. Per una definizione, vedere SQL-92.

Valore possibile per la colonna DEFERRABILITY negli ResultSet oggetti restituiti dai metodi getImportedKeys, getExportedKeyse getCrossReference.

per java.sql.DatabaseMetaData.importedKeyInitiallyDeferred.

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