Compartir a través de


DatabaseMetaData.ImportedKeyInitiallyDeferred Campo

Definición

Precaución

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

Indica la aplazabilidad.

[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

Valor de campo

Value = 5
Atributos

Comentarios

Indica la aplazabilidad. Consulte SQL-92 para obtener una definición.

Valor posible para la columna DEFERRABILITY de los ResultSet objetos devueltos por los métodos getImportedKeys, getExportedKeysy getCrossReference.

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

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a