Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_unique_key

Returns true if the column is part of a UNIQUE KEY (but not a PRIMARY KEY).

Synopsis
bool
is_unique_key() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext