Library: Data/MySQL
Package: MySQL
Header: Poco/Data/MySQL/MySQLException.h
Direct Base Classes: MySQLException
All Base Classes: Poco::Data::DataException, MySQLException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
StatementException(
const std::string & msg,
int code = 0
);
Creates StatementException.
StatementException(
const std::string & text,
MYSQL_STMT * h,
const std::string & stmt = ""
);
Destroys StatementException.