#include <xvr2/xvr2config.h>
#include <xvr2/CoreExceptions.h>
#include <xvr2/String.h>
Go to the source code of this file.
Namespaces | |
| namespace | xvr2 |
| namespace | xvr2::SQL |
Classes | |
| class | xvr2::SQL::DatabaseException |
| Generic database exception. More... | |
| struct | xvr2::SQL::DatabaseException::ConnectionParams |
| class | xvr2::SQL::DriverOperationNotSupported |
| Thrown when a unsupported operation has been requested to the underliying SQL driver. More... | |
| class | xvr2::SQL::DBServerUnreachable |
| Unable to reach the database server. More... | |
| class | xvr2::SQL::AlreadyConnected2DB |
| An attempt to reconnect using the same connection failed because you are already connected. More... | |
| class | xvr2::SQL::DBConnectFirst |
| In order to complete the current command to the SQL backend, please connect to the backend first. More... | |
| class | xvr2::SQL::NoDataFetch |
| Unable to complete the operation until you do a fetchRow first, sorry. More... | |
| class | xvr2::SQL::NoMoreRows |
| There are no more rows to fetch from this ResultSet. More... | |
| class | xvr2::SQL::DBConnectionFailed |
| Exception thrown whenever a database connection fails. More... | |
| class | xvr2::SQL::ConnectionFailure |
| Exception thrown whenever a connection attempt to a remote database fails. More... | |
| class | xvr2::SQL::ServerDisconnected |
| There was a sudden disconnection from the RDBMS. More... | |
| class | xvr2::SQL::FieldIsNull |
| class | xvr2::SQL::SQLQueryException |
| Generic SQL query exception. More... | |
| class | xvr2::SQL::SQLQueryRDBMSDisconnected |
| For some reason the server got disconnected while executing the underlying query. More... | |
| class | xvr2::SQL::UnableToParseQuery |
| The SQL query sentece provide was not compatible or understandable to the RDBMS engine, please provide an appropiate SQL query with escape secuences were needed. More... | |
| class | xvr2::SQL::BulkUploadFailed |
| class | xvr2::SQL::BulkDataParse |
| class | xvr2::SQL::BulkUploadStart |
1.5.5