Go to the source code of this file.
#include <stdexcept>
Classes | |
class | storages::mysql::MySQLException |
Base class for all uMySQL driver exceptions. More... | |
class | storages::mysql::MySQLIOException |
IO exception (read/write timeout/cancelled) More... | |
class | storages::mysql::MySQLStatementException |
Statement exception - something went wrong with the statement. More... | |
class | storages::mysql::MySQLCommandException |
Command exception - something went wrong with the command. More... | |
class | storages::mysql::MySQLTransactionException |
Transaction exception - something went wrong with the transaction. More... | |
class | storages::mysql::MySQLValidationException |
Namespaces | |
namespace | storages |
Components, clients and helpers for different databases and storages. | |
namespace | storages::mysql |
Top namespace for uMySQL driver. | |