Linguaggio

DatabaseMetaData.ImportedKeyNotDeferrable Campo

Definizione

Attenzione

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

Indica la differibilità.

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

Valore del campo

Value = 7
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.importedKeyNotDeferrable.

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