Condividi tramite


DatabaseMetaData.SqlStateSQL Campo

Definizione

Attenzione

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

Valore restituito possibile per il metodo DatabaseMetaData.getSQLStateType utilizzato per indicare se il valore restituito dal metodo SQLException.getSQLState è un valore SQLSTATE.

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

Valore del campo

Value = 2
Attributi

Commenti

Valore restituito possibile per il metodo DatabaseMetaData.getSQLStateType utilizzato per indicare se il valore restituito dal metodo SQLException.getSQLState è un valore SQLSTATE.

Aggiunta nella versione 1.6.

Documentazione java per java.sql.DatabaseMetaData.sqlStateSQL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a