GlobalObjects
|
Namespaces | |
namespace | Limits |
A wrapper around static functions which provide limitations on record attributes. | |
Classes | |
class | AbstractBaseLot |
The base class for container with persistent objects. More... | |
class | AllSetIndexInfo |
For transmitting index information. More... | |
class | AllSetIteratorResult |
BasePersistent objects can be queried from the database. If the BasePersistent object is locked, the ObjID should still be delivered. This is the class for the response object. More... | |
class | AllSetStruct |
Is needed to transfer AllSet information in a OrderMsg More... | |
class | APointerRecordAttribute |
Abstract class for pointer and embeddet attributes of a Record. More... | |
class | AttributeID |
This class reflects a unique ID of a class information attribute. More... | |
class | Base |
class | BaseAllSet |
Is the base class of template AllSets and the generic AllSet. More... | |
class | BaseFitter |
If there is something wrong with a GlobalObjects database, or if it needs to be handled otherwise, the object of this class is the right place to go. Here you can repair and copy over. More... | |
class | BaseLot |
Is the base class of pointer and on-demand sets or pointer and on-demand lists. More... | |
class | BaseMaker |
Generated using the SchemaInterface, data tables, C++ header and source files etc.. More... | |
class | BasePersistent |
Abstract base class for Persistent and the generic GenericPersistent. More... | |
class | BaseRecordAttribute |
Base class for the individual attributes of a Record. More... | |
class | BlobRecordAttribute |
Class for the blob attributes of a Record. More... | |
class | BoolRecordAttribute |
Class for the bool attributes of a Record. More... | |
class | CallBack |
Superclass for the classes that are 'connected' to a Base. More... | |
class | CallBackSpy |
Class to access the CallBack objects of a database in memory. More... | |
class | CharRecordAttribute |
Class for the char attributes of a Record. Represents an attribute of type 'char' of a Record. More... | |
class | ClassInfo |
This class contains all information to store objects of a class in a database, to build objects from tables and to build tables from objects. More... | |
class | ClassInfoAttribute |
In objects of this class, the information for GlobalObjects is how a persistent class attribute is structured. More... | |
class | ClassInfoIndex |
In objects of this class, the information for GlobalObjects is how an index is structured. More... | |
class | ClassInfoItem |
Base class of a ClassInfoAttribute and a ClassInfoIndex. More... | |
class | Client |
The client, which communicates with a GloServer. More... | |
struct | ClientInfo |
A structure to transport client data between database and client. More... | |
class | ClientThread |
Objects of this class serve as interface between Base or PrivateBase and Manager. In the documentation the LocalThread is also called client communicator, if NOT the server communicator (ServerThread) is meant. More... | |
class | CommunicaterThread |
A CommunicaterThread accepts requests for its TableReaderInterface. More... | |
class | Communicator |
Superclass of LocalThread, ClientThread and ServerThread, because they can act as senders and receivers (communicators) of requests and inherit a send and receive method for this. More... | |
class | ComparisionIndexQueryStruct |
Is needed to transfer index query information in a OrderMsg. By means of this structure results can be determined using "<", "<=", ">", ">=", "==" and "!=". For example, if the Index has the value "123" and the comparision operator has the value LESS, all objects with an index lower than "123" will be returned. More... | |
class | DataStreamer |
This class encodes or decodes data for transport in a TCP packet. More... | |
class | DateTimeRecordAttribute |
Class for the DateTime attributes of a Record. Represents an attribute of the type 'std::time_t' of a persistent object. More... | |
struct | DependentObjsWithDeepMode |
A structure to transport multiple object IDs with a 'depth mode'. More... | |
class | DoubleListRecordAttribute |
Class for the double-list attributes of a Record. More... | |
class | DoubleLotRecordAttribute |
Base class for different double-container attributes of a Record. More... | |
class | DoubleRecordAttribute |
Class for the double attributes of a Record. More... | |
class | DoubleSetRecordAttribute |
Class for the double-set attributes of a Record. More... | |
class | DoubleVectorRecordAttribute |
Class for the double-vector attributes of a GloRecord. More... | |
class | EmbeddedRecordAttribute |
Class for the embedded persistent object attributes of a Record. Represents an attribute of the derived type of Persistent. The embedded object is generally loaded with the owning object. More... | |
class | FloatRecordAttribute |
Class for the float attributes of a Record. More... | |
class | FNumRecordAttribute |
Represents as superclass all floating point number attributes of a persistent object. More... | |
class | Forgetter |
Especially for GenericPersistent or derived classes of Persistent the Forget method for std::shared_ptr. More... | |
class | GenericAllSet |
AllSet, which returns generic objects. More... | |
class | GenericPersistent |
Generic persistent class. Does not require ObjCreator or ObjectMaker. Objects from the database can be edited without having to know their type. More... | |
class | GenPersObjectSpy |
Class to access the generic persistent objects of a database in memory. More... | |
class | IDRecordAttribute |
Superclass for ObjID and ObjID reference attributes of a Record. More... | |
class | IndexPool |
IndexPool is the base class for the RealIndexPool and the TransactionIndexPool for the individual transactions. More... | |
class | IndexQueryBaseStruct |
class | IndexQueryStruct |
Is needed to transfer index query information in a OrderMsg. More... | |
class | IntListRecordAttribute |
Class for the integer-list attributes of a Record. More... | |
class | IntLotRecordAttribute |
Base class for different integer-container attributes of a Record. More... | |
class | IntRecordAttribute |
Class for the integer attributes of a Record. Represents an attribute of the type 'int' of a persistent object. More... | |
class | IntSetRecordAttribute |
Class for the integer-set attributes of a Record. More... | |
class | IntVectorRecordAttribute |
Class for the integer-vector attributes of a Record. More... | |
class | INumRecordAttribute |
Represents as superclass all integer attributes of a Record. More... | |
class | LimitRecord |
In objects of this class the min and max values of supported data types and their field lengths are transported in the tables. More... | |
class | LocalThread |
Serves as interface between Base or PrivateBase and Manager. In the documentation the ClientThread is also referred to as the client communicator, if NOT the server communicator (ServerThread) is meant. More... | |
class | LockManager |
Objects of this class monitor the lock state of persistent objects. More... | |
struct | LockPossibleSpecification |
Permitted actions in the database such as read, write and delete can be queried for an object. This is the answer. More... | |
class | LockSpecification |
To be able to lock objects, the 'lock mode' and the 'lock depth' are required as parameters. This is possible with this structure. More... | |
class | LongDoubleRecordAttribute |
Class for the long double attributes of a Record. More... | |
class | LongLongRecordAttribute |
Class for the long long attributes of a Record. Represents an attribute of the type 'long long' of a persistent object. More... | |
class | LongRecordAttribute |
Class for the long attributes of a Record. Represents an attribute of the type 'long' of a persistent object. More... | |
class | LotRecordAttribute |
Base class for item container attributes of a Record. More... | |
class | Manager |
The object of this class is the central point of contact for actions that deal with GlobalObjects data. More... | |
class | ManagerActionVisualiser |
Shows the actions of the Manager via std::cout More... | |
struct | NotifyNote |
Object info of the WatchNotifyManager for the watching instance. See detailed description in the manual under "Watching / notifying persistent objects". More... | |
class | ObjCreator |
Abstract superclass for instantiation functions of persistent classes. From this class a subclass is derived for each database from a schema, which can instantiate persistent objects from the class IDs. More... | |
class | ObjectMaker |
This class can instantiate a persistent object from a record or fill a persistent object and vice versa. More... | |
class | ObjID |
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigned long). More... | |
class | ObjIDRecordAttribute |
A class for the object ID attributes of a Record. Represents an attribute of type 'ObjID'. More... | |
class | ObjIDRecordTuple |
A tuple of record and object ID. More... | |
class | OdRefListRecordAttribute |
Class for the ondemand list attributes of a Record. More... | |
class | OdRefRecordAttribute |
Class for the on-demand reference attributes of a Record. Represents an attribute of type 'TOndemand<MyPersClass>' and MyPersClass is a persistent object. The referenced object is generally not automatically loaded with the owning object. More... | |
class | OdRefSetRecordAttribute |
Class for the ondemand set attributes of a Record. More... | |
class | OndemandList |
Is the base class of Template-Ondemand-List. The objects are managed in a std::list. Objects can also be inserted multiple times and in any order. More... | |
class | OndemandLot |
Is the abstract base class of on-demand sets and lists. More... | |
class | OndemandSet |
Is the base class of Template-Ondemand-Set. Objects can be inserted only once. More... | |
class | OpenedDatabases |
Class to access the opened databases. More... | |
struct | OpenSpecification |
To open a database this info is inserted into OrderMsg. More... | |
class | OrderMsg |
This class is used to handle the communication between the application that uses GlobalObjects and GlobalObjects. More... | |
class | Persistent |
The base class of the persistent classes. All persistent classes must be derived from this class to be able to process their objects in the database. More... | |
class | PersObjectSpy |
Class to access the persistent objects of a database in memory. More... | |
class | PointerList |
Is the base class of a template list. The persistent objects are managed in a std::list. Objects can also be inserted multiple times and in any order. More... | |
class | PointerLot |
Is the abstract base class of pointer sets and lists. More... | |
class | PointerSet |
Is the base class of a template set. The persistent objects are managed in a std::set. Objects can be inserted only once. More... | |
class | PoRefListRecordAttribute |
Class for the pointer list attributes of a Record. More... | |
class | PoRefRecordAttribute |
Class for pointers to persistent object attributes of a Record. Represents an attribute of the derived type of Persistent. The referenced object is generally loaded together with the owner object. More... | |
class | PoRefSetRecordAttribute |
Class for the pointer set attributes of a Record. More... | |
class | PrivateBase |
In this class functions for Base are encapsulated. The Base interface is not affected by any changes in functionality. More... | |
class | RangeIndexQueryStruct |
Is needed to transfer index query information in a OrderMsg. By means of this structure, results can be determined by means of range specification. For example, if m_sIndex has the value "123" and m_sRangeEndIndex has the value "155", all objects with an index greater than/equal to "123" and less than/equal to "155" will be delivered. More... | |
struct | ReaderInfo |
Objects of this structure transport data to objects of type TableReaderInterface. More... | |
struct | ReaderWriterInfo |
Objects of this structure transport data to objects of type TableReaderInterface and TableWriterInterface. More... | |
class | RealIndexPool |
The real index as opposed to the TransactionIndexPool, which is created for each transaction More... | |
class | Record |
Objects of this class transport the data from the tables into the persistent object and from these again into the tables. More... | |
class | Reference |
The base class of a reference attribute from persistent objects to other persistent objects in the database. More... | |
class | SchemaInterface |
This class is the interface to a GlobalObjects schema. It contains all class information to store objects of persistent classes in a database and to build objects from tables and tables from objects. More... | |
class | Server |
The server that communicates with Client's More... | |
class | ServerThread |
An object of this class serves as interface between Manager and Base or PrivateBase. More... | |
class | ShortRecordAttribute |
Class for the short attributes of a Record. Represents an attribute of the type 'short' of a persistent object. More... | |
class | StdShrdPoRefRecordAttribute |
A class for a std::shared_ptr on persistent object attributes of a Record. Represents an attribute of type 'std::shared_ptr<MyPersClass>' and MyPersClass is a persistent object. The referenced object is generally loaded together with the owner object. More... | |
class | StdUnqPoRefRecordAttribute |
A class for a std::unique_ptr on persistent object attributes of a Record. Represents an attribute of type 'std::unique_ptr<MyPersClass>' and MyPersClass is a persistent object. The referenced object is generally loaded together with the owner object. More... | |
class | StringListRecordAttribute |
Class for the string-list attributes of a Record. More... | |
class | StringLotRecordAttribute |
Base class for different string-container attributes of a Record. More... | |
class | StringRecordAttribute |
Class for the string attributes of a Record. Represents an attribute of the type 'std::string' of a persistent object. More... | |
class | StringSetRecordAttribute |
Class for the string-set attributes of a Record. More... | |
class | StringVectorRecordAttribute |
Class for the string-vector attributes of a Record. More... | |
class | TableInterface |
An object of this class or subclass accesses tables and reads or writes data records (Record) and binary files (eut::Blob). More... | |
class | TableReaderInterface |
An object of this class accesses tables and reads data records (Record) and binary files (eut::Blob). More... | |
class | TableWriterInterface |
An object of this class accesses tables and writes data records (Record) and binary files (eut::Blob) into text tables resp. the file system. More... | |
class | TAllSet |
AllSet, which returns objects from the database. More... | |
class | TcpServerReceiver |
Class that communicates with a tcp::Client via a SOCKET and delivers the result of the reception of the type Message to its parent, which must be a Server. The deliver to the parent via method acceptMessage(AbstractMessage*) has been changed by overwriting, the Manager is addressed if necessary. More... | |
class | TDVList |
class | TOndemand |
A reference (as attribute) of a persistent object to another persistent object in the database. More... | |
class | TOndemandList |
A type-safe list of references to persistent objects in the database (intended as an attribute for persistent objects). More... | |
class | TOndemandSet |
A type-safe set of references to persistent objects in the database (intended as an attribute for persistent objects). Objects can be inserted only once. More... | |
class | TPointerList |
A type-safe list of pointers to persistent objects in the database (intended as an attribute for persistent objects). More... | |
class | TPointerSet |
A type-safe set of pointers to persistent objects in the database (intended as an attribute for persistent objects). Objects can be inserted only once. More... | |
class | TransactionIndexPool |
This index is generated in each transaction and changes such as saving, deleting or inserting an object are only entered here until the transaction is committed or aborted. More... | |
class | TransactionManager |
class to guarantee transactions. More... | |
class | TransactionOwner |
In order to make transactions available not only to a glo::Communicator, but also to individual threads of the glo::Communicator, objects of this class combine the two pieces of information and can thus be used as an indicator. The same applies to locking objects. More... | |
class | TypeLotRecordAttribute |
Base class for string-, integer- and double-container attributes of a Record. More... | |
class | UCharRecordAttribute |
Class for the unsigned char attributes of a Record. Represents an attribute of the type 'unsigned char' of a persistent object. More... | |
class | UIntRecordAttribute |
Class for the unsigned integrer attributes of a Record. Represents an attribute of the type 'unsigned int' of a persistent object. More... | |
class | ULongLongRecordAttribute |
Class for the unsigned long long attributes of a Record. Represents an attribute of the type 'unsigned long long' of a persistent object. More... | |
class | ULongRecordAttribute |
Class for the unsigned long attributes of a Record. Represents an attribute of the type 'unsigned long' of a persistent object. More... | |
class | UShortRecordAttribute |
Class for the unsigned short attributes of a Record. Represents an attribute of the type 'unsigned short' of a persistent object. More... | |
class | WatchNotifyManager |
Classes to monitor persistent objects and to notify the respective clients of changes. More... | |
class | WatchSpecification |
To be able to watch objects, the 'watching mode', the 'watching depth' and the 'notification object' must be passed as parameters. This is possible with this structure. More... | |
struct | WriterInfo |
Objects of this structure transport data to objects of type TableWriterInterface. More... | |
Typedefs | |
typedef const std::string | CppTypeString |
typedef unsigned long | DATA_REFERENCE_INFO |
typedef const std::string | SchemaTypeString |
typedef unsigned long | ShowLevel |
typedef unsigned long | TdWatchNotifyMode |
typedef const unsigned short | TypeDataLength |
Functions | |
__glo_export_dll EnDeepMode | getDeepModeAsEnum (const std::string &rsDeepMode) |
__glo_export_dll std::string | getDeepModeAsString (EnDeepMode eDeepMode) |
__glo_export_dll EnLockMode | getLockModeAsEnum (const std::string &rsLockMode) |
__glo_export_dll std::string | getLockModeAsString (EnLockMode eLockMode) |
int | getNewRecordAttributeFromType (BaseRecordAttribute *&prRetVal, ClassInfoAttribute *pClassInfoAttribute, unsigned long ulClassID=0) |
int | getNewRecordAttributeFromTypeWithValue (BaseRecordAttribute *&prRetVal, ClassInfoAttribute *pClassInfoAttribute, const std::string &rsFieldContent, const std::string &rsDataPath, bool bOnlyClassIDTable=false) |
typedef const std::string glo::CppTypeString |
These are the attribute types supported by GlobalObjects as they appear in header and source files.
typedef unsigned long glo::DATA_REFERENCE_INFO |
Is a constant that helps to decide whether it is necessary when writing, reading or deleting a data record attribute to use an external file, e.g. of an eut::Blob, also to be written down, to be read or to be deleted.
constant | Value | Meaning |
---|---|---|
DATA_REFERENCE_INFO_NULL | 0 | No info, no need for action. |
DATA_REFERENCE_INFO_DELETE_EXT_FILE | 1 | An external file must be deleted. |
DATA_REFERENCE_INFO_NEW_EXT_FILE | 2 | An external file must be created. |
DATA_REFERENCE_INFO_KEEP_EXT_FILE | 4 | An external file must be kept. |
typedef const std::string glo::SchemaTypeString |
These are the types supported by GlobalObjects as they appear in the schema file.
typedef unsigned long glo::ShowLevel |
Actions of GlobalObjects from the "GloServer" can be displayed.
For more information see Display Status in the GloServer User Guide.
typedef unsigned long glo::TdWatchNotifyMode |
For the watching of objects different modes can be passed to control the watching. These modes can also be linked by '|'.
Further information can be found under Watching / notifying persistent objects in the GlobalObjects Programming Guide.
The following watching modes are possible for different watching possibilities in connection with EnDeepMode:
Watching a persistent Object
Watching an Object container
Watching an AllSet
Watching the client to lock-in/lock-out
Watching if read index / create new index
Watching "compress database"
Watching "repair database"
Watching GloServer connection failure
typedef const unsigned short glo::TypeDataLength |
These are the table field lengths of the attribute types supported by GlobalObjects
enum glo::EnComparisionOp |
enum glo::EnDataType |
The attribute types supported by GlobalObjects as enumeration.
Enumerator | |
---|---|
eDATATYPE_UNDEF | undefined |
eDATATYPE_BLOB | |
eDATATYPE_BOOL | bool |
eDATATYPE_CHAR | char |
eDATATYPE_CHAR_UNSIGNED | unsigned char |
eDATATYPE_SHORT | short |
eDATATYPE_SHORT_UNSIGNED | unsigned short |
eDATATYPE_INT | int |
eDATATYPE_INT_UNSIGNED | unsigned int |
eDATATYPE_LONG | long |
eDATATYPE_LONG_UNSIGNED | unsigned long |
eDATATYPE_LONGLONG | long long |
eDATATYPE_LONGLONG_UNSIGNED | unsigned long long |
eDATATYPE_FLOAT | float |
eDATATYPE_DOUBLE | double |
eDATATYPE_LONGDOUBLE | long double |
eDATATYPE_DATE_TIME | std::time_t |
eDATATYPE_EMBEDDED | Persistent Class (Member) |
eDATATYPE_LIST_DOUBLE | std::list<double> |
eDATATYPE_LIST_INT | std::list<int> |
eDATATYPE_LIST_STRING | std::list<std::string> |
eDATATYPE_OBJID | |
eDATATYPE_ONDEMAND | TOndemand<Persistent Class> |
eDATATYPE_POINTER | Persistent Class* (Pointer Member) |
eDATATYPE_REFLIST_ONDEMAND | TOndemandList<Persistent Class> |
eDATATYPE_REFSET_ONDEMAND | TOndemandSet<Persistent Class> |
eDATATYPE_REFLIST_POINTER | TPointerList<Persistent Class> |
eDATATYPE_REFSET_POINTER | TPointerSet<Persistent Class> |
eDATATYPE_SET_DOUBLE | std::set<double> |
eDATATYPE_SET_INT | std::set<int> |
eDATATYPE_SET_STRING | std::set<std::string> |
eDATATYPE_STDSHAREDPOINTER | std::shared_ptr<Persistent Class> |
eDATATYPE_STDUNIQUEPOINTER | std::unique_ptr<Persistent Class> |
eDATATYPE_STRING | std::string |
eDATATYPE_VECTOR_DOUBLE | std::vector<double> |
eDATATYPE_VECTOR_INT | std::vector<int> |
eDATATYPE_VECTOR_STRING | std::vector<std::string> |
eDATATYPE_ENUM_SIZE | With this enum you can get the number of supported types. MUST be last! |
enum glo::EnDataTypeGroup |
The group type of the supported attribute type as enum.
Is needed for the interpretation of ClassInfoAttribute::Type::m_sInfo.
A ClassInfoAttribute::Type::m_sInfo has a certain meaning depending on the group type.
Group type | Attribute type | Info |
---|---|---|
eDATATYPEGROUP_DECIMAL | A floating point number e.g. double | If set and > 0, then decimal places |
eDATATYPEGROUP_FIXEDLENGTH | std::string | If set and > 0, then fixed length |
eDATATYPEGROUP_INTEGER | An integer e.g. long | "unsigned" if necessary |
eDATATYPEGROUP_PTR_REFERENCE | Pointer to persistent object(s) | "dependent" if necessary |
eDATATYPEGROUP_PTR_REFERENCE | Ondemand pointer to persistent object(s) | "dependent" if necessary |
enum glo::EnDeepMode |
The mode in which an object is saved, deleted, locked, etc.
Enumerator | |
---|---|
DM_NONE | Undefined. |
DM_FLAT | Only the object is affected. |
DM_SHALLOW | The object and its dependent referenced objects are affected. |
DM_NOONDEMAND | The object and its objects directly referenced by pointers are affected. |
DM_DEEP | The object, its dependent referenced objects, its directly pointer referenced objects and its on-demand references (when saved if they are in memory) are affected. |
enum glo::EnLockMode |
There are different ways to lock an object and grant rights to it.
Further information can be found under Locking persistent objects in the GlobalObjects Programming Guide.
The following table lists the individual lock modes and their effects.
The following abbreviations apply to the lock modes:
The following abbreviations apply to actions:
Locking instance | Other instances | ||||
---|---|---|---|---|---|
Sperrmodus | Guarantee to do... | Protection from... | Allowed lock modes | Possibilities | Restrictions |
NN | none | keinen | all | all | none |
RD | R | D | RD, RW, WW, TW | R, W | D |
RW | R | D, W | RD, RW | R | D, W |
WW | R, W | D, W | RD | R | D, W |
DW | R, W, D | D, W | none | R | D, W |
DR | R, W, D | D, W, R | none | none | D, R, W |
EX | R, W, D | D, W, R | none | none | D, R, W |
TW | R, W | D, W | RD | R | D, W |
TD | R, W, D | D, W | none | R | D, W |
enum glo::EnQueryType |
The type of an index query.
Enumerator | |
---|---|
eQUERY_DIRECT | The string is seen as search value (e.g. "Tom Me?er") |
eQUERY_OQL | The string from OQL-expression is evaluated. (Not yet implemented!) |
enum glo::EnSeekMode |
To iterate through containers and for get and remove methods, which object is meant.
enum glo::ERRORS |
GlobalObjects error codes
So that the developer can classify any errors that may occur, they are explained here.
Error range = -13001 to -13200
Warning range = 13201 to 13300
Enumerator | |
---|---|
ERR_PARAMETER_NULL_VORBIDDEN | -13001: A not allowed NULL or nullptr parameter was passed. |
ERR_NEW | -13002: An object could not be created resp. no memory could be reserved (allocated)). |
ERR_CAST | -13003: An object could not be converted with dynamic_cast<T>. |
ERR_METHOD_FORBIDDEN | -13004: Called method is prohibited for this object. |
ERR_ATTRIBUT_TYPE_UNKNOWN | -13005: The attribute type is unknown. |
ERR_SUPERCLASS_NEEDED | -13006: A superclass is required or none is available. |
ERR_OBJID_INVALID | -13007: The ObjID is invalid resp. has invalid values. |
ERR_OPEN_TABLE | -13008: A table (file) could not be opened. |
ERR_NO_OPEN_TABLE | -13009: No open table (file) was found. |
ERR_PERS_OBJ_MUST_BE_LOADED | -13010: Persistent object must be loaded. |
ERR_CLASSINFO_NOT_IN_SCHEMA | -13011: Class info is not in the schema. |
ERR_CLASSINFOATTRIBUTE_NOT_IN_SCHEMA | -13012: Class info attribute is not in the schema. |
ERR_HCC_NO_INCLUDE_GUARD_PARTITION | -13156: When generating a header file the Include-Guard section cannot be identified. |
ERR_CLASSID_DOESNT_MATCH | -13014: Invalid or not matching ClassID. |
ERR_RECORD_ATTRIBUTE_ALREADY_EXISTING | -13015: The attribute already exists. |
ERR_OBJID_OUT_OF_RANGE | -13016: ObjID is out of the allowed value range. |
ERR_OBJID_TABLE | -13017: In the table (file) no or not the searched ObjID was found. |
ERR_RECORD_ATTRIBUTE_NOT_IN_TABLE | -13018: An attribute is not in the table (file) |
ERR_NO_CLASSINFOATTRIBUTE | -13019: An expected class info attribute does not exist or has not been passed. |
ERR_TABLENAME_NEEDED | -13020: An expected table name is invalid or does not exist. |
ERR_FILE_DELETE_FAILED | -13021: The deletion of a file (index or table) failed. |
ERR_OBJID_NOT_FOUND | -13022: The object ID is not available. |
GLOERR_NO_RECEIVER | -13023: An expected Receiver is not available. |
ERR_NO_READER | -13024: An expected TableReaderInterface is not available. |
ERR_UNKNOWN_ORDERTYPE | -13025: The OrderMsg::EnOrderType is not known. |
ERR_NO_DBMANAGER | -13026: The Manager is not available. |
ERR_ALREADY_REGISTERED_IN_BASE | -13027: An attempt was made to register an object registered in one database again in another database. |
ERR_NOT_REGISTERED_IN_BASE | -13028: An Record had to be previously registered in the database. |
ERR_ALREADY_IN_LOT | -13029: An object to be inserted is already in a container that holds objects only once. |
ERR_OBJECT_NOT_FOUND | -13030: An object is not available. |
ERR_NO_WRITER | -13031: A TableWriterInterface interface was not found. |
ERR_RANGE | -13032: Something is out of range. This is not always an error (e.g. during iteration ). |
ERR_WRONG_OBJ_MAKER | -13033: A wrong ObjectMaker was passed or found. |
ERR_IS_NOT_ASSIGNED | -13034: Object is not registered in the database. |
ERR_PARA_MISMATCH | -13035: Parameter do not fit. |
ERR_FILE_POSITION | -13036: A wrong file position was passed. |
ERR_NO_SCHEMA | -13037: The schema is required. |
ERR_IS_ALREADY_ASSIGNED | -13038: Object is already assigned to a database. |
ERR_NO_FILENUMBERS | -13039: No file number (file name) could be generated. |
ERR_OBJ_ALREADY_IN_OBJSPY | -13040: An object is already in an object spy.
|
ERR_OBJ_NOT_IN_OBJSPY | -13041: An object was not found in an object spy.
|
ERR_NO_OBJ_MAKER | -13042: The specific derived ObjectMaker is missing. |
ERR_WRONG_TYPE | -13043: A wrong type was passed or determined. |
ERR_NO_REFERENCE | -13044: An expected reference is not set. |
ERR_NOT_FOUND | -13045: Something sought has not been found. |
ERR_NO_BASE | -13046: No database available or not referenced by object. |
ERR_ATTRIBUTE_NOT_IN_CLASSATTRIBUTE_OBJECT | -13047: An attribute is not available as class attribute (mostly eut::ErrorNException). |
ERR_WRONG_BASE | -13048: The wrong database was addressed. |
ERR_BASE_NOT_OPEN | -13049: Database is not open. |
ERR_BASE_ALREADY_OPEN | -13050: Database is already open. |
ERR_NO_OBJ_CREATOR | -13051: A matching Object Creator was not found/passed. |
ERR_OBJECT_LOCKED | -13052: Object already locked. |
ERR_OBJECT_NOT_LOCKED | -13053: Object is not locked (when trying to unlock). |
ERR_WRONG_LOCK_MODE | -13054: The lock mode does not fit. |
ERR_NO_TRANSACTION | -13055: It was expected that a transaction has started. |
ERR_WRONG_WATCH_MODE | -13056: The watching mode does not fit. |
ERR_OBJECT_WATCHED | -13057: The object is already being watched. |
ERR_OBJECT_NOT_WATCHED | -13058: The object is not watched. |
ERR_NO_CALLBACK | -13059: No valid object was passed for watching. |
ERR_INDEX_ALREADY_EXISTING | -13060: An index to be inserted already exists or is assigned. |
ERR_NO_INDEX | -13061: A searched index is not available. |
ERR_NO_FREEINDEX_EXISTING | -13062: There is no free index. |
ERR_FREEINDEX_ALREADY_EXISTING | -13063: An index to be released is already released |
ERR_NO_TABLEOBJIDINDEX_EXISTING | -13064: The table index (file) was not found. |
ERR_TABLEOBJIDINDEX_ALREADY_EXISTING | -13065: The table index (file) already exists. |
ERR_NO_SCHEMAINDEX_EXISTING | -13066: An index in the schema was not found. |
ERR_SCHEMAINDEX_ALREADY_EXISTING | -13067: An index in the schema already exists. |
ERR_NO_INDEXPOOL | -13068: An expected index pool was not found. |
ERR_HCC_NO_NAMESPACE_DECL_PARTITION | -13069: When generating a header file, the namespace declaration section cannot be identified. |
ERR_ALLSET_ALREADY_OPEN | -13070: The AllSet has already been opened. |
ERR_ALLSET_NOT_OPEN | -13071: The AllSet is not yet open. |
ERR_CORRUPT_INDEX | -13072: The index is no longer valid. |
ERR_UNKNOWN_CLASSID | -13073: The passed ClassID is not known. |
ERR_NO_TRANSACTIONINDEXPOOL_EXISTING | -13074: An expected transaction index pool does not exist. |
ERR_TRANSACTIONINDEXPOOL_ALREADY_EXISTING | -13075: A transaction index pool already exists. |
ERR_NO_CORRECT_STREAM_DATA | -13076: The data to be streamed is incorrect. |
ERR_NO_PARENT_CLIENT_THREAD | -13077: The Client has no Communicator resp. ClientThread. |
ERR_NO_TCPCLIENT | -13078: The ClientThread has no Client. |
ERR_NO_PORT | -13079: There is no valid Tcp port. |
ERR_UNKNOWN_CLASSNAME | -13080: The passed Classname is not known. |
ERR_ORDER_INDEX_ALREADY_EXISTING | -13081: The Client already has a current, not yet processed OrderMsg. |
ERR_ORDER_STOP | -13082: The ClientThread has the order to stop its work and therefore does not accept OrderMsg anymore. |
ERR_NO_TCP_READER | -13083: Client has no Reader. |
ERR_NO_TCP_WRITER | -13084: Client has no tcp::Transmitter. |
ERR_SERVER_CONNECTION_BROKEN | -13085: The connection to the server is interrupted. |
ERR_ATTRIBUTE_NOT_IN_SOURCE_OBJECT | -13086: An attribute is not in the class (mostly eut::ErrorNException) |
ERR_RECORD_READY | -13087: An error occurred while streaming Record. |
ERR_NO_INDEX_FILE_ODX | -13088: An ODX index file could not be opened. |
ERR_NO_INDEX_FILE_FDX | -13089: AnFDXODX index file could not be opened. |
ERR_NO_READER_ALLOWED | -13090: No reader is allowed if reindexing is to be carried out. |
ERR_NO_DB_INI | -13091: The required DB.ini was not found. |
ERR_SCHEMA_NOT_IN_DB_INI | -13092: The schema resp. the database is not entered in the DB.ini. |
ERR_NO_COMMUNICATOR | -13093: No Communicator available. |
ERR_CLASSINFO_ALREADY_EXISTING | -13094: The passed ClassInfo already exists in the schema. |
ERR_NO_OPEN_SPEC | -13095: No OpenSpecification was passed. |
ERR_SCHEMA_DIFFERENT_VERSION | -13096: The schemas have a different version number. |
ERR_ALREADY_CONNECTED | -13097: The database is already connected. |
ERR_NOT_CONNECTED | -13098: The database is not connected. |
ERR_ONLY_ONE_BASE_PER_CONNECTION | -13099: A database may only be opened once for a connection. |
ERR_WRONG_ORDERTYPE | -13100: In context a wrong order type in OrderMsg. |
ERR_NO_RECORD | -13101: No Record was passed or found. |
ERR_DATABASE_CHANGE_NOT_POSSIBLE | -13102: No Record was passed or found. |
ERR_OBJID_DOESNT_MATCH | -13103: Invalid or not matching ClassID. |
ERR_DOUBLE_ALLOCATION_DATABASE_ID | -13104: A "unique" database ID was assigned twice. |
ERR_MISSING_ORDER_OBJECT | -13105: No order object was passed or found. |
ERR_ONLY_ONE_CONNECTION | -13106: Only one FileBase may be connected per process. |
ERR_HCC_NO_KNOWN_FORMAT | -13107: A format error occurred while generating a header file. |
ERR_HCC_NO_ATTRIBUTE_PARTITION | -13108: When generating a header file, the attribute section cannot be identified. |
ERR_HCC_NO_METHOD_DECL_PARTITION | -13109: When generating a header file, the method declaration section cannot be identified. |
ERR_HCC_NO_METHOD_IMP_PARTITION | -13110: When generating a header file, the method implementation section cannot be identified. |
ERR_CPP_NO_METHOD_IMP_PARTITION | -13111: When generating a source file, the method implementation section cannot be identified. |
ERR_FREE_11 | -13112: |
ERR_SCHEMA_NOT_FOUND | -13113: The schema was not found in the filesystem. |
ERR_FREE_12 | -13114: |
ERR_WRONG_CLASSINFOINDEX | -13115: When reading the schema, wrong data was read with respect to the Class Info Index. |
ERR_INDEXTUBLE_ALREADY_IN_MAP | -13116: An index is already in the IndexPool. |
ERR_OBJSTRINDEX_ALREADY_EXISTING | -13117: An object string index is already in the IndexPool. |
ERR_NO_OBJSTRINDEX_EXISTING | -13118: An object index is not available in the IndexPool. |
ERR_NO_INDEX_FILE_SDX | -13119: An SDX index file could not be opened. |
ERR_UNKNOWN_INDEX | -13120: Unknown index. |
ERR_NOT_COMPLETELY_INDEX | -13121: The index is not complete. |
ERR_SCHEMA_ALREADY_EXISTING | -13122: The schema already exists resp. is already initialized. |
ERR_CLASSINFO_NOT_EXISTING | -13123: The class info does not exist in the schema. |
ERR_CLASSINFOATTRIBUTE_ALREADY_EXISTING | -13124: Class info attribute is already in the schema. |
ERR_CLASSINFOATTRIBUTE_NAME_ALREADY_EXISTING | -13125: Class info attribute name is already in the schema. |
ERR_CLASSINFOATTRIBUTE_TABLENAME_ALREADY_EXISTING | -13126: Class info table name is already in the schema. |
ERR_CLASSINFOINDEX_NOT_IN_SCHEMA | -13127: The class info index does not exist in the schema. |
ERR_NOT_IMPLEMENTED_YET | -13128: The desired function is not yet implemented. |
ERR_UNKNOWN_OBJECT_TYPE | -13129: An object type to be edited is not known. |
ERR_BASE_NOT_LOCKED | -13130: Object bank is not locked, although this is expected. |
ERR_BASE_LOCKED | -13131: Object bank is locked. |
ERR_NO_CLASSES | -13132: There are no classes in the schema. |
ERR_TABLE_EXISTING | -13133: The table file in the file system was not found by BaseMaker. |
ERR_HEADER_EXISTING | -13134: The header file in the file system was not found by BaseMaker. |
ERR_SOURCE_EXISTING | -13135: The source file in the file system was not found by BaseMaker. |
ERR_OBJCREATOR_EXISTING | -13136: The ObjectCreator file in the file system was not found by BaseMaker. |
ERR_ATTRIBUTE_REFERENCE_NOT_EXISTING | |
ERR_INDEX_REFERENCE_NOT_EXISTING | -13138: ClassInfoAttribute as index in the schema was not found by BaseMaker. |
ERR_NO_LAST_OBJ_ID_FILE | -13139: No 'last ObjID' found (file not accessible?). |
ERR_NO_LAST_OBJ_FILE_NUM | -13140: No 'last file number' found (file not accessible?). |
ERR_OBJECT_ALREADY_DELETED | -13141: A persistent object has already been deleted from the database. |
ERR_DELETEDOBJID_ALREADY_EXISTING | -13142: The deleted persistent object is already registered as such. |
ERR_HCC_NO_FORWARD_PARTITION | -13143: When generating a header file the forward declaration section cannot be identified. |
ERR_HCC_NO_SUPER_INC_PARTITION | -13144: When generating a header file, the superclass include section cannot be identified. |
ERR_HCC_NO_REF_INC_PARTITION | -13145: When generating a header file the general include section cannot be identified. |
ERR_HCC_NO_CLASS_DECL_PARTITION | -13146: When generating a header file the class declaration section cannot be identified. |
ERR_NO_LOCK_QUANTITY | -13147: No lock set was passed for the lock manager. |
ERR_NO_LOCK_SPECIFICATION | -13148: No lock specification was transferred for the lock manager. |
ERR_INSERTION_FAILES | -13149: Insertion of an item in a container or set failed. |
ERR_INSERT_IN_UNIQUE_LIST | -13150: An attempt was made to re-insert an object into a unique list. |
ERR_TABLE_RENAME | -13151: Changing the name of a table failed. |
ERR_TABLE_DELETE | -13152: Deleting a table has failed. |
ERR_NO_PARENT | -13153: An object needs a possessing object, but has none. |
ERR_NO_CLASSID | -13154: An expected GloClassID does not exist, was not passed or is invalid. |
ERR_OBJID_NOT_IN_ALLSET | -13155: The ObjID is not in AllSet. |
ERR_HCC_NO_FILE_DISCRIPTION_PARTITION | -13156: When generating a header file the description section cannot be identified. |
ERR_NO_TIMEOUTSEC | -13157: The time specification of the required waiting time for connecting to a database could not be determined. |
ERR_ATTRIBUTEID_INVALID | -13158: The attributeID to be set is invalid. |
ERR_WRONG_SCHEAMA_FILETYPE | -13159: The file extension for the schema file is wrong. |
ERR_OBJECT_FILTERED_OUT | -13160 An object exists in AllSet but cannot be delivered because a filter has been set. |
ERR_UNKNOWN | -13200: Unknown error. |
GloWRN_CAST_NOT_AVAILABLE | 13201: The desired cast is not possible here. |
GloWRN_CAST_LOST_DECIMAL | 13202: When converting from a floating point number to an integer, the decimal places are lost. |
GloWRN_CAST_LOST_DIGITS | 13203: At a conversion of numbers places are lost (e.g. conversion from 'long int' to 'short'). |
GloWRN_CAST_LOST_CHARACTER | 13204: When converting strings (e.g. to char) characters are lost. |
GloWRN_UNKNOWN | 13300: Unknown warning. |
__glo_export_dll EnDeepMode glo::getDeepModeAsEnum | ( | const std::string & | rsDeepMode | ) |
Returns the passed rsLockMode as a glo::EnDeepMode.
[in] | rsDeepMode | The glo::EnDeepMode as a string. |
__glo_export_dll std::string glo::getDeepModeAsString | ( | EnDeepMode | eDeepMode | ) |
Returns the passed glo::EnDeepMode as a string.
[in] | eDeepMode | The glo::EnDeepMode. |
__glo_export_dll EnLockMode glo::getLockModeAsEnum | ( | const std::string & | rsLockMode | ) |
Returns the passed rsLockMode as a glo::EnLockMode.
[in] | rsLockMode | The glo::EnLockMode as a string. |
__glo_export_dll std::string glo::getLockModeAsString | ( | EnLockMode | eLockMode | ) |
Returns the passed glo::EnLockMode as a string.
[in] | eLockMode | The glo::EnLockMode. |
int glo::getNewRecordAttributeFromType | ( | BaseRecordAttribute *& | prRetVal, |
ClassInfoAttribute * | pClassInfoAttribute, | ||
unsigned long | ulClassID = 0 ) |
Returns an object derived from BaseRecordAttribute, which corresponds to thepassed ClassInfoAttribute.
[in,out] | prRetVal | Pointer to instantiated record attribute. |
[in] | pClassInfoAttribute | The attribute type. |
[in] | ulClassID | Optionally the class ID if the attribute type == eDATATYPE_OBJID. |
int glo::getNewRecordAttributeFromTypeWithValue | ( | BaseRecordAttribute *& | prRetVal, |
ClassInfoAttribute * | pClassInfoAttribute, | ||
const std::string & | rsFieldContent, | ||
const std::string & | rsDataPath, | ||
bool | bOnlyClassIDTable = false ) |
Returns an object derived from BaseRecordAttribute, which corresponds to the passed ClassInfoAttribute. Additionally, information about the value of the attribute is provided.
[in,out] | prRetVal | Pointer to instantiated record attribute. |
[in] | pClassInfoAttribute | The attribute type. |
[in] | rsFieldContent | The value as string. |
[in] | rsDataPath | The complete directory name in which the data of attributes with outsourced data can be found. The data is always located in a subdirectory of the directory where the schema file is located. |
[in] | bOnlyClassIDTable | If true, only the data fields are read from the table and not e.g. the possibly existing files of attributes with outsourced data. |
|
static |
The default file name length of blobs.
|
static |
The default length of 'bool' attributes for the data field in the table.
|
static |
The default length of 'char' attributes for the data field in the table.
CppTypeString glo::CPP_TYPE_STR_BLOB = "eut::Blob" |
CppTypeString glo::CPP_TYPE_STR_BOOL = "bool" |
CppTypeString glo::CPP_TYPE_STR_CHAR = "char" |
CppTypeString glo::CPP_TYPE_STR_DATE_TIME = "std::time_t" |
CppTypeString glo::CPP_TYPE_STR_DOUBLE = "double" |
CppTypeString glo::CPP_TYPE_STR_DOUBLE_LIST = "std::list<double>" |
CppTypeString glo::CPP_TYPE_STR_DOUBLE_SET = "std::set<double>" |
CppTypeString glo::CPP_TYPE_STR_DOUBLE_VECTOR = "std::vector<double>" |
CppTypeString glo::CPP_TYPE_STR_FLOAT = "float" |
CppTypeString glo::CPP_TYPE_STR_INT = "int" |
CppTypeString glo::CPP_TYPE_STR_INT_LIST = "std::list<int>" |
CppTypeString glo::CPP_TYPE_STR_INT_SET = "std::set<int>" |
CppTypeString glo::CPP_TYPE_STR_INT_VECTOR = "std::vector<int>" |
CppTypeString glo::CPP_TYPE_STR_LONG = "long" |
CppTypeString glo::CPP_TYPE_STR_LONGDOUBLE = "long double" |
CppTypeString glo::CPP_TYPE_STR_LONGLONG = "long long" |
CppTypeString glo::CPP_TYPE_STR_OBJID = "glo::ObjID" |
CppTypeString glo::CPP_TYPE_STR_OD_REF = "glo::TOndemand" |
CppTypeString glo::CPP_TYPE_STR_OD_REFLIST = "glo::TOndemandList" |
CppTypeString glo::CPP_TYPE_STR_OD_REFSET = "glo::TOndemandSet" |
CppTypeString glo::CPP_TYPE_STR_PO_REFLIST = "glo::TPointerList" |
CppTypeString glo::CPP_TYPE_STR_PO_REFSET = "glo::TPointerSet" |
CppTypeString glo::CPP_TYPE_STR_SHORT = "short" |
CppTypeString glo::CPP_TYPE_STR_STDSHARED_REF = "std::shared_ptr" |
CppTypeString glo::CPP_TYPE_STR_STDUNIQUE_REF = "std::unique_ptr" |
CppTypeString glo::CPP_TYPE_STR_STRING = "std::string" |
CppTypeString glo::CPP_TYPE_STR_STRING_LIST = "std::list<std::string>" |
CppTypeString glo::CPP_TYPE_STR_STRING_SET = "std::set<std::string>" |
CppTypeString glo::CPP_TYPE_STR_STRING_VECTOR = "std::vector<std::string>" |
CppTypeString glo::CPP_TYPE_STR_UNSIGNED_CHAR = "unsigned char" |
CppTypeString glo::CPP_TYPE_STR_UNSIGNED_INT = "unsigned int" |
CppTypeString glo::CPP_TYPE_STR_UNSIGNED_LONG = "unsigned long" |
CppTypeString glo::CPP_TYPE_STR_UNSIGNED_LONGLONG = "unsigned long long" |
CppTypeString glo::CPP_TYPE_STR_UNSIGNED_SHORT = "unsigned short" |
|
static |
An external file must be deleted.
|
static |
An external file must be kept.
|
static |
An external file must be created.
|
static |
No info, no need for action.
|
static |
The default length of 'std::time_t' attributes for the data field in the table.
|
static |
The default length of 'double' attributes for the data field in the table.
|
static |
The default length of file names.
|
static |
The default length of 'float' attributes for the data field in the table.
const char glo::g_cIndexDelimiter = '|' |
The separator for compound indexes.
const char glo::g_cTableColumnDelimiter = '\a' |
The table column separator.
It is intended to be '\a'.
For test purposes a readable character like '|' can be used to view and edit the table file with a text editor.
const std::string glo::g_sEOL = "\r\n" |
Different operating systems have different line separators in text files.
The operating system is determined by the compiler used and g_sEOL is set accordingly.
Current definition
|
static |
The default length of 'int' attributes for the data field in the table.
|
static |
The default length of 'long' attributes for the data field in the table.
|
static |
The default length of 'long double' attributes for the data field in the table.
|
static |
The default length of 'long long' attributes for the data field in the table.
|
static |
The maximum length of file names of set attributes.
const unsigned long glo::OBJ_ID_DIGITVALUE = ULONG_MAX |
The maximum size of the ObjID values.
|
static |
The default length of each value of the ObjID.
|
static |
The default length of 'ObjID' attributes for the data field in the table.
SchemaTypeString glo::SCHEMA_TYPE_STR_BLOB = "eut::Blob" |
SchemaTypeString glo::SCHEMA_TYPE_STR_BOOL = "bool" |
SchemaTypeString glo::SCHEMA_TYPE_STR_CHAR = "char" |
SchemaTypeString glo::SCHEMA_TYPE_STR_DATETIME = "std::time_t" |
SchemaTypeString glo::SCHEMA_TYPE_STR_DOUBLE = "double" |
SchemaTypeString glo::SCHEMA_TYPE_STR_DOUBLELIST = "std::list<double>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_DOUBLESET = "std::set<double>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_DOUBLEVECTOR = "std::vector<double>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_EMBEDDED = "embedded" |
SchemaTypeString glo::SCHEMA_TYPE_STR_FLOAT = "float" |
SchemaTypeString glo::SCHEMA_TYPE_STR_INT = "int" |
SchemaTypeString glo::SCHEMA_TYPE_STR_INTLIST = "std::list<int>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_INTSET = "std::set<int>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_INTVECTOR = "std::vector<int>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_LONG = "long" |
SchemaTypeString glo::SCHEMA_TYPE_STR_LONGDOUBLE = "long double" |
SchemaTypeString glo::SCHEMA_TYPE_STR_LONGLONG = "long long" |
SchemaTypeString glo::SCHEMA_TYPE_STR_OBJID = "glo::ObjId" |
SchemaTypeString glo::SCHEMA_TYPE_STR_ONDEMANDREF = "glo::TOndemand" |
SchemaTypeString glo::SCHEMA_TYPE_STR_ONDEMANDREFLIST = "glo::TOndemandList" |
SchemaTypeString glo::SCHEMA_TYPE_STR_ONDEMANDREFSET = "glo::TOndemandSet" |
SchemaTypeString glo::SCHEMA_TYPE_STR_POINTERREF = "pointer" |
SchemaTypeString glo::SCHEMA_TYPE_STR_POINTERREFLIST = "glo::TPointerList" |
SchemaTypeString glo::SCHEMA_TYPE_STR_POINTERREFSET = "glo::TPointerSet" |
SchemaTypeString glo::SCHEMA_TYPE_STR_SHORT = "short" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STDSHAREDREF = "std::shared_ptr" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STDUNIQUEREF = "std::unique_ptr" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STRING = "std::string" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STRINGLIST = "std::list<std::string>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STRINGSET = "std::set<std::string>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_STRINGVECTOR = "std::vector<std::string>" |
SchemaTypeString glo::SCHEMA_TYPE_STR_UNSIGNED = "unsigned" |
|
static |
The default length of 'short' attributes for the data field in the table.
const ShowLevel glo::SHOW_CHECK_BASE_ACTION = 128 |
All table check actions.
const ShowLevel glo::SHOW_COMPRESS_ACTION = 64 |
All compressing actions.
const ShowLevel glo::SHOW_NONE = 0 |
No display.
const ShowLevel glo::SHOW_ORDER_ACTION = 4 |
All order actions.
const ShowLevel glo::SHOW_READ_WRITE = 2 |
All actions on tables.
const ShowLevel glo::SHOW_READINDEX_ACTION = 16 |
All read index actions.
const ShowLevel glo::SHOW_REINDEX_ACTION = 8 |
All reindex actions.
const ShowLevel glo::SHOW_REPAIR_BASE_ACTION = 256 |
All table repair actions.
const ShowLevel glo::SHOW_TCP = 1 |
All tcp actions of the server.
const ShowLevel glo::SHOW_WRITEINDEX_ACTION = 32 |
All write index actions.
|
static |
The maximum length of strings for the index.
|
static |
The default string length for the visualization.
|
static |
The default length of 'std::string' attributes for the data field in the table.
|
static |
The default length of 'unsigned char' attributes for the data field in the table.
|
static |
The default length of 'unsigned int' attributes for the data field in the table.
|
static |
The default length of 'unsigned long' attributes for the data field in the table.
|
static |
The default length of 'unsigned long' attributes for the data field in the table.
|
static |
The default length of 'unsigned short' attributes for the data field in the table.
const TdWatchNotifyMode glo::WNM_CLIENT_CLOSEBASE = 2048 |
Notification is given when a client closes the database in multi-user mode.
const TdWatchNotifyMode glo::WNM_CLIENT_CONNECTSERVER = 256 |
Notification is given when a client logs on to the GloServer in multi-user mode.
const TdWatchNotifyMode glo::WNM_CLIENT_DISCONNECTSERVER = 512 |
Notification is given when a client logs off on to the GloServer in multi-user mode.
const TdWatchNotifyMode glo::WNM_CLIENT_OPENBASE = 1024 |
Notification is given when a client opens the database in multi-user mode.
const TdWatchNotifyMode glo::WNM_DATABASE_CHECK = 131072 |
It notifies about the progress of analyzing a database.
const TdWatchNotifyMode glo::WNM_DATABASE_COMPRESS = 32768 |
It notifies about the progress of compressing a database.
const TdWatchNotifyMode glo::WNM_DATABASE_REPAIR = 65536 |
It notifies about the progress of repairing a database.
const TdWatchNotifyMode glo::WNM_DELETE = 4 |
If a persistent object with this value is watched, a notification will be sent if it is deleted by anyone in the database.
If an AllSet with this value is watched, a notification is sent when any object in it is deleted by anyone in the database.
const TdWatchNotifyMode glo::WNM_DELETE_TRANSACTION = 8 |
Like WNM_DELETE, is triggered in a transaction.
const TdWatchNotifyMode glo::WNM_INDEX_READ = 4096 |
Notification is given about the progress of the index reading.
const TdWatchNotifyMode glo::WNM_INDEX_REINDEX = 16384 |
Notification is given about the progress of re-indexing an index.
const TdWatchNotifyMode glo::WNM_INDEX_WRITE = 8192 |
Notification is given about the progress of the index writing.
const TdWatchNotifyMode glo::WNM_INSERT = 64 |
Only one AllSet can be watched with this value. A notification will be sent if it is any object is inserted into tha AllSet by anyone.
const TdWatchNotifyMode glo::WNM_INSERT_TRANSACTION = 128 |
Like WNM_INSERT, is triggered in a transaction.
const TdWatchNotifyMode glo::WNM_LOCK = 16 |
If a persistent object with this value is watched, a notification will be sent if it is locked by anyone in the database.
If an AllSet with this value is watched, a notification is sent when any object in it is locked by anyone in the database.
const TdWatchNotifyMode glo::WNM_NONE = 0 |
It should not be watched and notified.
const TdWatchNotifyMode glo::WNM_SERVER_WSAECONNRESET = 262144 |
It is notified about the termination of the connection to a GloServer.
const TdWatchNotifyMode glo::WNM_UNLOCK = 32 |
If a persistent object with this value is watched, a notification will be sent if it is unlocked by anyone in the database.
If an AllSet with this value is watched, a notification is sent when any object in it is unlocked by anyone in the database.
const TdWatchNotifyMode glo::WNM_WRITE = 1 |
If a persistent object with this value is watched, a notification will be sent if it is stored by anyone in the database.
If an AllSet with this value is watched, a notification is sent when any object in it is stored by anyone in the database.
const TdWatchNotifyMode glo::WNM_WRITE_TRANSACTION = 2 |
Like WNM_WRITE, is triggered in a transaction.