Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_set_to_now_on_update

Returns true if the column is defined as ON UPDATE CURRENT_TIMESTAMP.

Synopsis
bool
is_set_to_now_on_update() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext