#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Characters/String.h"#include "Stroika/Foundation/Containers/Mapping.h"#include "Stroika/Foundation/DataExchange/VariantValue.h"#include "Document.inl"Go to the source code of this file.
Namespaces | |
| namespace | Stroika::Foundation |
Typedefs | |
| using | Stroika::Foundation::Database::Document::Document = Mapping< String, VariantValue > |
| using | Stroika::Foundation::Database::Document::IDType = String |
Variables | |
| static const String | Stroika::Foundation::Database::Document::kID = "id"sv |
Definition in file Document.h.
| using Stroika::Foundation::Database::Document::Document = typedef Mapping<String, VariantValue> |
In a document database, a document is a mapping of field names to values (slightly different than just a VariantValue)
Definition at line 28 of file Document.h.
| using Stroika::Foundation::Database::Document::IDType = typedef String |
'Type' used for value of 'id' field.
Definition at line 36 of file Document.h.
|
static |
Definition at line 45 of file Document.h.