#include <string>
#include <xercesc/dom/DOM.hpp>
#include "AppExceptions.h"
#include "ConnectionString.h"
#include "DataSet.h"
#include "DataCommand.h"
Go to the source code of this file.
Classes | |
class | FinTP::DBWarningException |
Used when the current command returned a warning code. More... | |
class | FinTP::DBErrorException |
Used when the current command returned an error code. More... | |
class | FinTP::DBConnectionLostException |
Used when connection is lost and cannot be recovered. More... | |
class | FinTP::DBNoUpdatesException |
Signal to the clients that update command with no updated database field was performed. More... | |
class | FinTP::TransactionType |
Contains an enum of all the internal transaction types used by udal and a static helper function that returns a friendly name of the transaction type. More... | |
class | FinTP::Database |
Main database functional class. More... | |
Namespaces | |
namespace | FinTP |