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

Value = 3
Attributes

Remarks

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

A possible value for column TYPE in the ResultSet object returned by the method getIndexInfo.

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