bool UltraLite_IndexSchema_iface::IsUniqueKey()
Checks whether the index is a unique key.
Columns in a unique key may not be null.
True if the index is a primary key or a unique constraint.
False if the index is not either a primary key or a a unique constraint.