DatabaseMetaData.ImportedKeySetNull 字段

定义

注意

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

对于列 UPDATE_RULE ,并 DELETE_RULE指示当主键更新或删除时,外键(导入的键)将更改为 NULL

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

字段值

Value = 2
属性

注解

对于列 UPDATE_RULE ,并 DELETE_RULE指示当主键更新或删除时,外键(导入的键)将更改为 NULL

方法返回的列UPDATE_RULEDELETE_RULE对象中的ResultSet可能值,getExportedKeys以及getCrossReferencegetImportedKeys

适用于 . 的 java.sql.DatabaseMetaData.importedKeySetNullJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于