Magnetoculus Database Builder
Construction de bases de données pour Magnetoculus
DBCreator Namespace Reference

Classes

class  City
 The data model of a city in the database. More...
 
class  Data
 The data model of a city in the database. More...
 
class  ECityType
 The different data format supported to describe a city. More...
 
class  EFieldType
 The different data format supported to describe a field. More...
 
class  Field
 The data model of a city in the database. More...
 
class  Polygon
 The data model of a city in the database. More...
 
class  Texture
 The data model of a city in the database. More...
 

Functions

def CreateDB ()
 Create the database if it doesn't exist yet. More...
 

Variables

 Base = declarative_base()
 

Function Documentation

◆ CreateDB()

def DBCreator.CreateDB ( )

Create the database if it doesn't exist yet.

Variable Documentation

◆ Base

DBCreator.Base = declarative_base()