ezdb.entity

Contains several attributes used in SQL databases.

Members

Enums

primaryKey
enum primaryKey

Defines the primary key of an entity.

Functions

getPrimaryKey
auto ref getPrimaryKey(Entity entity)

Gets a reference to the primary key of an entity.

setPrimaryKey
void setPrimaryKey(Entity entity, Id key)

Sets the primary key of an entity.

Templates

PrimaryKeySymbol
template PrimaryKeySymbol(Type)

Aliases to the symbol that is the primary key of an entity.

PrimaryKeyType
template PrimaryKeyType(Type)

Aliases to the type of the primary key of an entity.

Meta