Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_primary_key

Returns true if the column is part of a PRIMARY KEY.

Synopsis
bool
is_primary_key() const;
Exception safety

No-throw guarantee.


PrevUpHomeNext