Index (gb.db)

This class represents a table index.

This class is not creatable.

Properties
Fields   Returns the fields that make up the index as a comma-separated list.
Name   Returns the index name.
Primary   Returns if an index is the primary index of the table.
Table   Returns the table object that owns this index.
Unique   Returns if the index is unique or not.