Module loglan_db.model
This module contains a default LOD dictionary model for a SQL database.
Classes
class Author (**kwargs)-
Author Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseAuthor
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar updated
Inherited members
class Definition (**kwargs)-
Author Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseDefinition
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var bodyvar createdvar grammar_codevar languagevar notesvar positionvar slotsvar updatedvar usagevar word_id
Inherited members
class DictionaryBase-
Workaround for separating classes and making inheritance selections
Subclasses
class Event (**kwargs)-
Event Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseEvent
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar updated
Inherited members
class Key (**kwargs)-
Key Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseKey
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar updated
Inherited members
class Setting (**kwargs)-
Setting Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseSetting
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar updated
Inherited members
class Syllable (**kwargs)-
Syllable Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseSyllable
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar updated
Inherited members
class Type (**kwargs)-
Type Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseType
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var createdvar descriptionvar groupvar parentablevar typevar type_xvar updated
Inherited members
class Word (**kwargs)-
Word Class
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs.Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
Ancestors
- DictionaryBase
- BaseWord
- sqlalchemy.orm.decl_api.Model
- flask_sqlalchemy.model.Model
- InitBase
- DBBase
Instance variables
var TID_oldvar createdvar event_end_idvar event_start_idvar id_oldvar matchvar namevar notesvar originvar origin_xvar rankvar type_idvar updatedvar year
Inherited members
class WordSource (source)-
WordSource Class
Ancestors
Inherited members
class WordSpell (**kwargs)-
WordSpell Class
Ancestors
Inherited members