Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_zerofill

Returns true if the column is defined as ZEROFILL (padded to its maximum length by zeros).

Synopsis
bool
is_zerofill() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext