Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查索引是否为唯一键。
bool UltraLite_IndexSchema_iface::IsUniqueKey()
如果索引是主键或唯一约束,则返回 true。
如果索引既不是主键也不是唯一约束,则返回 false。
唯一键中的列不可以为空值。