GlobalObjects
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GloTypes.h File Reference

For each library, here 'GlobalObjects' there is a type file. More...

#include "GloErrors.h"
#include "EuDef_NUM_PTR.h"
#include "GloRecordAttributeTypes.h"
#include <stack>
#include <vector>
#include <string>
#include <climits>

Go to the source code of this file.

Classes

struct  glo::DependentObjsWithDeepMode
 A structure to transport multiple object IDs with a 'depth mode'. More...
 
class  glo::Forgetter< T >
 Especially for GenericPersistent or derived classes of Persistent the Forget method for std::shared_ptr. More...
 
struct  glo::LockPossibleSpecification
 Permitted actions in the database such as read, write and delete can be queried for an object. This is the answer. More...
 
struct  glo::OpenSpecification
 To open a database this info is inserted into OrderMsg. More...
 

Namespaces

namespace  glo
 

Macros

#define __glo_export_dll
 

Typedefs

typedef unsigned long glo::ShowLevel
 
typedef unsigned long glo::TdWatchNotifyMode
 

Enumerations

enum  glo::EnComparisionOp {
  glo::EQUAL , glo::GREATER , glo::GREATER_EQUAL , glo::LESS ,
  glo::LESS_EQUAL , glo::NOT_EQUAL
}
 
enum  glo::EnDeepMode {
  glo::DM_NONE = 0 , glo::DM_FLAT = 1 , glo::DM_SHALLOW = 2 , glo::DM_NOONDEMAND = 3 ,
  glo::DM_DEEP = 4
}
 
enum  glo::EnLockMode {
  glo::LK_NONE = 0 , glo::LK_READvDELETE = 1 , glo::LK_READvWRITE = 2 , glo::LK_WRITEvWRITE = 3 ,
  glo::LK_DELETEvWRITE = 4 , glo::LK_DELETEvREAD = 5 , glo::LK_EXCLUSIVE = 6 , glo::LK_TRANSACTION_WRITE = 7 ,
  glo::LK_TRANSACTION_DELETE = 8
}
 
enum  glo::EnQueryType { glo::eQUERY_DIRECT , glo::eQUERY_OQL }
 
enum  glo::EnSeekMode {
  glo::START , glo::END , glo::CURRENT , glo::NEXT ,
  glo::PREVIOUS
}
 

Variables

const char glo::g_cIndexDelimiter = '|'
 
const char glo::g_cTableColumnDelimiter = '\a'
 
const std::string glo::g_sEOL = "\r\n"
 
const ShowLevel glo::SHOW_CHECK_BASE_ACTION = 128
 
const ShowLevel glo::SHOW_COMPRESS_ACTION = 64
 
const ShowLevel glo::SHOW_NONE = 0
 
const ShowLevel glo::SHOW_ORDER_ACTION = 4
 
const ShowLevel glo::SHOW_READ_WRITE = 2
 
const ShowLevel glo::SHOW_READINDEX_ACTION = 16
 
const ShowLevel glo::SHOW_REINDEX_ACTION = 8
 
const ShowLevel glo::SHOW_REPAIR_BASE_ACTION = 256
 
const ShowLevel glo::SHOW_TCP = 1
 
const ShowLevel glo::SHOW_WRITEINDEX_ACTION = 32
 
const TdWatchNotifyMode glo::WNM_CLIENT_CLOSEBASE = 2048
 
const TdWatchNotifyMode glo::WNM_CLIENT_CONNECTSERVER = 256
 
const TdWatchNotifyMode glo::WNM_CLIENT_DISCONNECTSERVER = 512
 
const TdWatchNotifyMode glo::WNM_CLIENT_OPENBASE = 1024
 
const TdWatchNotifyMode glo::WNM_DATABASE_CHECK = 131072
 
const TdWatchNotifyMode glo::WNM_DATABASE_COMPRESS = 32768
 
const TdWatchNotifyMode glo::WNM_DATABASE_REPAIR = 65536
 
const TdWatchNotifyMode glo::WNM_DELETE = 4
 
const TdWatchNotifyMode glo::WNM_DELETE_TRANSACTION = 8
 
const TdWatchNotifyMode glo::WNM_INDEX_READ = 4096
 
const TdWatchNotifyMode glo::WNM_INDEX_REINDEX = 16384
 
const TdWatchNotifyMode glo::WNM_INDEX_WRITE = 8192
 
const TdWatchNotifyMode glo::WNM_INSERT = 64
 
const TdWatchNotifyMode glo::WNM_INSERT_TRANSACTION = 128
 
const TdWatchNotifyMode glo::WNM_LOCK = 16
 
const TdWatchNotifyMode glo::WNM_NONE = 0
 
const TdWatchNotifyMode glo::WNM_SERVER_WSAECONNRESET = 262144
 
const TdWatchNotifyMode glo::WNM_UNLOCK = 32
 
const TdWatchNotifyMode glo::WNM_WRITE = 1
 
const TdWatchNotifyMode glo::WNM_WRITE_TRANSACTION = 2
 

Detailed Description

For each library, here 'GlobalObjects' there is a type file.

This file is usually included by every header from the library.

Author
Helmut Jakoby

Terms of License The source code in this file is licensed.

SPDX-License-Identifier: LicenseRef-Helmut-Jakoby-Commercial-License OR LicenseRef-Helmut-Jakoby-Adapted-Prosperity-Public-License

Helmut-Jakoby-Commercial-License
For OEMs (Original Equipment Manufacturers), ISVs (Independent Software Vendors), VARs (Value Added Resellers) and other distributors who combine commercially licensed software with Software © by Helmut Jakoby and distribute it as such or in conjunction with another product and do not wish to publish the source code of the commercially licensed software under any other license that may be offered, a commercial license is available for this purpose. Please review the following information to ensure the Commercial-License requirements will be met: https://globalobjects.de/hjacomlicense_en.html .

Helmut-Jakoby-Adapted-Prosperity-Public-License
For developers of free, non-commercial software applications who want to combine and distribute their application with Software © by Helmut Jakoby, this license is a good option. Please review the following information to ensure the Adapted-Prosperity-Public-License requirements will be met: https://globalobjects.de/hjappllicense_en.html .

Macro Definition Documentation

◆ __glo_export_dll