fintp_udal
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FinTP::TransactionType Class Reference

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...

#include <Database.h>

Public Types

enum  TRANSACTION_TYPE { COMMIT, ROLLBACK }
 Two value type used as transaction end options. More...
 

Static Public Member Functions

static string ToString (TRANSACTION_TYPE type)
 Returns a friendly name of the TransactionType. More...
 

Detailed Description

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.

Member Enumeration Documentation

Two value type used as transaction end options.

See EndTransaction() method

Enumerator
COMMIT 

Commit transaction.

ROLLBACK 

Rollback transaction.

Member Function Documentation

static string FinTP::TransactionType::ToString ( TRANSACTION_TYPE  type)
static

Returns a friendly name of the TransactionType.

Parameters
typeThe TRANSACTION_TYPE value to be converted as string.
Returns
string representation of TRANSACTION_TYPE value.

The documentation for this class was generated from the following file: