#include <userver/storages/postgres/exceptions.hpp>
Class 44 - WITH CHECK OPTION Violation.
Definition at line 381 of file exceptions.hpp.
 Inheritance diagram for storages::postgres::WithCheckOptionViolation:
 Collaboration diagram for storages::postgres::WithCheckOptionViolation:Additional Inherited Members | |
  Public Member Functions inherited from storages::postgres::IntegrityConstraintViolation | |
| std::string | GetSchema () const | 
| std::string | GetTable () const | 
| std::string | GetConstraint () const | 
  Public Member Functions inherited from storages::postgres::ServerError< Base > | |
| ServerError (const Message &msg) | |
| const Message & | GetServerMessage () const | 
| Message::Severity | GetSeverity () const | 
| SqlState | GetSqlState () const |