SQLiteRawStatement.SqliteDataTypeBlob Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Database.Sqlite.SqliteDataType enum directly instead of this field.

Constante devuelta por #getColumnType cuando se SQLITE_BLOB el valor de columna.

[Android.Runtime.Register("SQLITE_DATA_TYPE_BLOB", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Database.Sqlite.SqliteDataType enum directly instead of this field.", true)]
public const Android.Database.Sqlite.SqliteDataType SqliteDataTypeBlob = 4;
[<Android.Runtime.Register("SQLITE_DATA_TYPE_BLOB", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Database.Sqlite.SqliteDataType enum directly instead of this field.", true)>]
val mutable SqliteDataTypeBlob : Android.Database.Sqlite.SqliteDataType

Valor de campo

Value = 4
Atributos

Comentarios

Constante devuelta por #getColumnType cuando se SQLITE_BLOB el valor de columna.

Java documentación para android.database.sqlite.SQLiteRawStatement.SQLITE_DATA_TYPE_BLOB.

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