Magnetoculus Database Builder
Construction de bases de données pour Magnetoculus
DBCreator.Texture Class Reference

The data model of a city in the database. More...

Inheritance diagram for DBCreator.Texture:

Static Public Attributes

 id = Column(Integer, primary_key=True, nullable=False)
 
 name = Column(String, nullable=False)
 
 texture = Column(BLOB, nullable=False)
 

Detailed Description

The data model of a city in the database.

It consists of just a name (which is the path of the file describing the texture) and an array of bytes.

Member Data Documentation

◆ id

DBCreator.Texture.id = Column(Integer, primary_key=True, nullable=False)
static

◆ name

DBCreator.Texture.name = Column(String, nullable=False)
static

◆ texture

DBCreator.Texture.texture = Column(BLOB, nullable=False)
static

The documentation for this class was generated from the following file: