GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloTypes.h-Dateireferenz

Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei. Mehr ...

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

gehe zum Quellcode dieser Datei

Klassen

struct  glo::DependentObjsWithDeepMode
 Eine Struktur um mehrere Objekt-IDs mit einem 'Tiefenmodus' zu transportieren. Mehr ...
 
class  glo::Forgeter< T >
 Speziel für GenericPersistent oder abgeleitete Klassen von Persistent die Forget-Methode für std::shared_ptr. Mehr ...
 
struct  glo::LockPossibleSpecification
 Es können erlaubte Aktionen in der Datenbank wie lesen, schreiben und löschen für ein Objekt erfragt werden. Dieses ist die Antwort. Mehr ...
 
struct  glo::OpenSpecification
 Zum Öffnen einer Datenbank wird diese Info in die OrderMsg einegfügt. Mehr ...
 

Namensbereiche

namespace  glo
 

Makrodefinitionen

#define __glo_export_dll
 

Typdefinitionen

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

Aufzählungen

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
}
 

Variablen

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 = 8192
 
const TdWatchNotifyMode glo::WNM_CLIENT_CONNECTSERVER = 1024
 
const TdWatchNotifyMode glo::WNM_CLIENT_DISCONNECTSERVER = 2048
 
const TdWatchNotifyMode glo::WNM_CLIENT_OPENBASE = 4096
 
const TdWatchNotifyMode glo::WNM_DATABASE_CHECK = 524288
 
const TdWatchNotifyMode glo::WNM_DATABASE_COMPRESS = 131072
 
const TdWatchNotifyMode glo::WNM_DATABASE_REPAIR = 262144
 
const TdWatchNotifyMode glo::WNM_DELETE = 16
 
const TdWatchNotifyMode glo::WNM_DELETE_TRANSACTION = 32
 
const TdWatchNotifyMode glo::WNM_INDEX_READ = 16384
 
const TdWatchNotifyMode glo::WNM_INDEX_REINDEX = 65536
 
const TdWatchNotifyMode glo::WNM_INDEX_WRITE = 32768
 
const TdWatchNotifyMode glo::WNM_INSERT = 256
 
const TdWatchNotifyMode glo::WNM_INSERT_TRANSACTION = 512
 
const TdWatchNotifyMode glo::WNM_LOCK = 64
 
const TdWatchNotifyMode glo::WNM_NONE = 0
 
const TdWatchNotifyMode glo::WNM_READ = 1
 
const TdWatchNotifyMode glo::WNM_READ_TRANSACTION = 2
 
const TdWatchNotifyMode glo::WNM_SERVER_WSAECONNRESET = 1048576
 
const TdWatchNotifyMode glo::WNM_UNLOCK = 128
 
const TdWatchNotifyMode glo::WNM_WRITE = 4
 
const TdWatchNotifyMode glo::WNM_WRITE_TRANSACTION = 8
 

Ausführliche Beschreibung

Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.

Diese Datei wird in der Regel von jeder Header aus der Bibliothek eingebunden.

Autor
Helmut Jakoby

Terms of License

This file is part of the GlobalObjects module.

GlobalObjects is free software:

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

GNU Affero General Public License Usage
You can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Please review the following information to ensure the GNU Affero General Public License requirements will be met: https://www.gnu.org/licenses/agpl-3.0.en.html .

Makro-Dokumentation

◆ __glo_export_dll

#define __glo_export_dll