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

IsForeignKeyNullable function Next Page

IsPrimaryKey function


Synopsis

bool UltraLite_IndexSchema_iface::IsPrimaryKey()

Remarks

Checks whether the index is a primary key.

Columns in the primary key may not be null.

Returns