Lenguaje

DatabaseMetaData.ImportedKeyNotDeferrable Campo

Definición

Precaución

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

Indica la aplazabilidad.

[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

Valor de campo

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

Java documentación para java.sql.DatabaseMetaData.importedKeyNotDeferrable.

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