DatabaseUtils.InsertHelper.TableInfoPragmaDefaultIndex Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This field was accidentally exposed in earlier versions of the platform so we can hide it but we can't remove it.
[Android.Runtime.Register("TABLE_INFO_PRAGMA_DEFAULT_INDEX")]
public const int TableInfoPragmaDefaultIndex = 4;
[<Android.Runtime.Register("TABLE_INFO_PRAGMA_DEFAULT_INDEX")>]
val mutable TableInfoPragmaDefaultIndex : int
Field Value
Value = 4- Attributes
Remarks
This field was accidentally exposed in earlier versions of the platform so we can hide it but we can't remove it.
Java documentation for android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.