SwatDB
|
#include <swatdb_exceptions.h>
Public Member Functions | |
MismatchingFieldsRelOpsManager () | |
Constructor. | |
~MismatchingFieldsRelOpsManager () throw () | |
Destructor. | |
![]() | |
SwatDBException (const std::string &msg) | |
virtual | ~SwatDBException () throw () |
virtual const char * | what () const throw () |
Returns the error message of the exception. | |
Additional Inherited Members | |
![]() | |
std::string | message |
RelOpsManager Exceptions. MismatchingFieldsRelOpsManager is thrown by RelOpsManager when creating result schema for operations due to mismatching fields. This includes differing numbers of fields for joins, and type mismatches for all operations.