GlobalObjects
|
Header for IndexQueryBaseStruct, IndexQueryStruct, ComparisionIndexQueryStruct und RangeIndexQueryStruct More...
Go to the source code of this file.
Classes | |
class | glo::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 | glo::IndexQueryBaseStruct |
class | glo::IndexQueryStruct |
Is needed to transfer index query information in a OrderMsg. More... | |
class | glo::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... | |
Namespaces | |
namespace | glo |
Header for IndexQueryBaseStruct, IndexQueryStruct, ComparisionIndexQueryStruct und RangeIndexQueryStruct
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 .