Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei. Mehr ...
#include "GloErrors.h"
#include "EuDef_NUM_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::Forgetter< 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 } |
Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.
Diese Datei wird in der Regel von jeder Header aus der Bibliothek eingebunden.
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 .
#define __glo_export_dll |
Wird benutzt von glo::Limits::getAllDefaultLimits(), glo::getDeepModeAsEnum(), glo::getDeepModeAsString(), glo::Limits::getDefaultLimits(), glo::Limits::getLimits(), glo::getLockModeAsEnum(), glo::getLockModeAsString(), glo::LockManager::LockedObject::LockManager und glo::BaseRecordAttribute::ptl::TDVList< BaseRecordAttribute >.