IDatabaseMetaData.TableIndexOther Field

Definition

Indicates that this table index is not a clustered index, a hashed index, or table statistics; it is something other than these.

[Android.Runtime.Register("tableIndexOther")]
public const short TableIndexOther = 3;
[<Android.Runtime.Register("tableIndexOther")>]
val mutable TableIndexOther : int16

Field Value

Int16
Attributes

Remarks

Java documentation for java.sql.DatabaseMetaData.tableIndexOther.

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.

Applies to