Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_IndexSchema_iface class

IsUniqueIndex function Next Page

IsUniqueKey function


Synopsis

bool UltraLite_IndexSchema_iface::IsUniqueKey()

Remarks

Checks whether the index is a unique key.

Columns in a unique key may not be null.

Returns