# Functions
CreateEntity constructs an Entity.
CreateIdUid creates a string representation of ID and UID.
CreateProperty creates a property.
CreateStandaloneRelation creates a standalone relation.
No description provided by the author
LoadOrCreateModel reads a model file or creates a new one if it doesn't exist.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModelVersion specifies current version of the model JSON file generated.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
EntityFlagNames assigns a name to each PropertyFlag.
HnswFlagNames assigns a name to each PropertyFlag.
No description provided by the author
PropertyFlagNames assigns a name to each PropertyFlag.
PropertyTypeNames assigns a name to each PropertyType.
# Structs
Entity represents a DB entity.
No description provided by the author
ModelInfo represents a database model and also serves as a serialization interface for the model JSON file.
Property in a model.
StandaloneRelation in a model.
# Interfaces
EntityMeta provides a way for bindings to provide additional information to other users of Entity.
PropertyMeta provides a way for bindings to provide additional information to other users of Property.
StandaloneRelationMeta provides a way for bindings to provide additional information to other users of StandaloneRelation.
# Type aliases
EntityFlags is a bit combination of 0..n entity flags corresponding with objectbox-c.
No description provided by the author
HnswFlags is a bit combination of 0..n Hnsw flags corresponding with objectbox-c.
Id identifies a model element locally (e.g.
IdUid represents a "ID:UID" string as used in the model jSON.
PropertyFlags is a bit combination of 0..n property flags corresponding with objectbox-c.
PropertyType is an identifier of a property type corresponding with objectbox-c.
Uid identifies an element globally (i.e.