Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_multiple_key

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

Synopsis
bool
is_multiple_key() const;
Exception safety

No-throw guarantee.


PrevUpHomeNext