Lenguaje

DatabaseMetaData.ImportedKeyNoAction Campo

Definición

Precaución

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

Para las columnas UPDATE_RULE y DELETE_RULE, indica que si se ha importado la clave principal, no se puede actualizar ni eliminar.

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

Valor de campo

Value = 3
Atributos

Comentarios

Para las columnas UPDATE_RULE y DELETE_RULE, indica que si se ha importado la clave principal, no se puede actualizar ni eliminar.

Valor posible para las columnas UPDATE_RULE y DELETE_RULE en los ResultSet objetos devueltos por los métodos getImportedKeys, getExportedKeysy getCrossReference.

Documentación de Java para java.sql.DatabaseMetaData.importedKeyNoAction.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a