m_librarian.db module

class m_librarian.db.Author(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
addBook(obj)
books
count
count_idx = <sqlobject.index.SODatabaseIndex object>
full_name_idx = <sqlobject.index.SODatabaseIndex object>
fullname
j = author
misc_name
name
q = author
removeBook(obj)
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'count': <IntCol b5def8acL count>, 'misc_name': <UnicodeCol b5e4b14cL misc_name>, 'name': <UnicodeCol b5e4b6acL name>, 'surname': <UnicodeCol b5e3b88cL surname>}
columnList = [<SOUnicodeCol surname not null>, <SOUnicodeCol name not null>, <SOUnicodeCol misc_name not null>, <SOIntCol count not null>]
columns = {'count': <SOIntCol count not null>, 'misc_name': <SOUnicodeCol misc_name not null>, 'name': <SOUnicodeCol name not null>, 'surname': <SOUnicodeCol surname not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5def88cL {'unique': True, 'name': 'full_name_idx', 'columns': (<UnicodeCol b5e3b88cL surname>, <UnicodeCol b5e4b6acL name>, <UnicodeCol b5e4b14cL misc_name>)}>, <DatabaseIndex b5def8ecL {'name': 'count_idx', 'columns': (<IntCol b5def8acL count>,)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>]
joinDefinitions = [<sqlobject.joins.RelatedJoin object>]
joins = [<sqlobject.joins.SORelatedJoin object>]
soClass

псевдоним класса m_librarian.db.Author

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'author'
surname
class m_librarian.db.Book(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
addAuthor(obj)
addGenre(obj)
archive
archive_file_idx = <sqlobject.index.SODatabaseIndex object>
archive_idx = <sqlobject.index.SODatabaseIndex object>
authors
date
date_idx = <sqlobject.index.SODatabaseIndex object>
deleted
deleted_idx = <sqlobject.index.SODatabaseIndex object>
extension
extensionID
extension_idx = <sqlobject.index.SODatabaseIndex object>
file
file_idx = <sqlobject.index.SODatabaseIndex object>
genres
j = book
language
languageID
language_idx = <sqlobject.index.SODatabaseIndex object>
lib_id
q = book
removeAuthor(obj)
removeGenre(obj)
ser_no
ser_no_idx = <sqlobject.index.SODatabaseIndex object>
series
series_idx = <sqlobject.index.SODatabaseIndex object>
size
size_idx = <sqlobject.index.SODatabaseIndex object>
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'archive': <StringCol b5dfdb0cL archive>, 'date': <DateCol b5dfdbccL date>, 'deleted': <BoolCol b5dfdb8cL deleted>, 'extensionID': <ForeignKey b5dfdbacL extension>, 'file': <UnicodeCol b5dfdb2cL file>, 'languageID': <ForeignKey b5dfdbecL language>, 'lib_id': <StringCol b5dfdb6cL lib_id>, 'ser_no': <IntCol b5dfdaecL ser_no>, 'series': <UnicodeCol b5dfdaccL series>, 'size': <IntCol b5dfdb4cL size>, 'title': <UnicodeCol b5dfd3ecL title>}
columnList = [<SOUnicodeCol title not null>, <SOUnicodeCol series not null>, <SOIntCol ser_no>, <SOStringCol archive not null>, <SOUnicodeCol file not null>, <SOIntCol size not null>, <SOStringCol lib_id not null>, <SOBoolCol deleted not null>, <SOForeignKey extensionID connected to Extension not null>, <SODateCol date not null>, <SOForeignKey languageID connected to Language>]
columns = {'archive': <SOStringCol archive not null>, 'date': <SODateCol date not null>, 'deleted': <SOBoolCol deleted not null>, 'extensionID': <SOForeignKey extensionID connected to Extension not null>, 'file': <SOUnicodeCol file not null>, 'languageID': <SOForeignKey languageID connected to Language>, 'lib_id': <SOStringCol lib_id not null>, 'ser_no': <SOIntCol ser_no>, 'series': <SOUnicodeCol series not null>, 'size': <SOIntCol size not null>, 'title': <SOUnicodeCol title not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5dfdc0cL {'name': 'title_idx', 'columns': (<UnicodeCol b5dfd3ecL title>,)}>, <DatabaseIndex b5dfdaacL {'name': 'series_idx', 'columns': (<UnicodeCol b5dfdaccL series>,)}>, <DatabaseIndex b5dfdc4cL {'name': 'ser_no_idx', 'columns': (<IntCol b5dfdaecL ser_no>,)}>, <DatabaseIndex b5dfdc8cL {'name': 'archive_idx', 'columns': (<StringCol b5dfdb0cL archive>,)}>, <DatabaseIndex b5dfdcccL {'unique': True, 'name': 'archive_file_idx', 'columns': (<StringCol b5dfdb0cL archive>, <UnicodeCol b5dfdb2cL file>)}>, <DatabaseIndex b5dfdcecL {'name': 'file_idx', 'columns': (<UnicodeCol b5dfdb2cL file>,)}>, <DatabaseIndex b5dfdd2cL {'name': 'size_idx', 'columns': (<IntCol b5dfdb4cL size>,)}>, <DatabaseIndex b5dfdd6cL {'name': 'deleted_idx', 'columns': (<BoolCol b5dfdb8cL deleted>,)}>, <DatabaseIndex b5dfddacL {'name': 'extension_idx', 'columns': (<ForeignKey b5dfdbacL extension>,)}>, <DatabaseIndex b5dfddecL {'name': 'date_idx', 'columns': (<DateCol b5dfdbccL date>,)}>, <DatabaseIndex b5dfde2cL {'name': 'language_idx', 'columns': (<ForeignKey b5dfdbecL language>,)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>]
joinDefinitions = [<sqlobject.joins.RelatedJoin object>, <sqlobject.joins.RelatedJoin object>]
joins = [<sqlobject.joins.SORelatedJoin object>, <sqlobject.joins.SORelatedJoin object>]
soClass

псевдоним класса m_librarian.db.Book

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'book'
title
title_idx = <sqlobject.index.SODatabaseIndex object>
class m_librarian.db.Extension(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
classmethod byName(val, connection=None)
count
count_idx = <sqlobject.index.SODatabaseIndex object>
j = extension
name
q = extension
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'count': <IntCol b5e0b3acL count>, 'name': <UnicodeCol b5e0bb8cL name>}
columnList = [<SOUnicodeCol name not null>, <SOIntCol count not null>]
columns = {'count': <SOIntCol count not null>, 'name': <SOUnicodeCol name not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5e0bbacL {'name': 'count_idx', 'columns': (<IntCol b5e0b3acL count>,)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>]
joinDefinitions = []
joins = []
soClass

псевдоним класса m_librarian.db.Extension

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'extension'
class m_librarian.db.Genre(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
addBook(obj)
books
classmethod byName(val, connection=None)
count
count_idx = <sqlobject.index.SODatabaseIndex object>
j = genre
name
q = genre
removeBook(obj)
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'count': <IntCol b5e0bfccL count>, 'name': <UnicodeCol b5e0bf4cL name>, 'title': <UnicodeCol b5e0bfacL title>}
columnList = [<SOUnicodeCol name not null>, <SOUnicodeCol title not null>, <SOIntCol count not null>]
columns = {'count': <SOIntCol count not null>, 'name': <SOUnicodeCol name not null>, 'title': <SOUnicodeCol title not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5e0bf6cL {'name': 'title_idx', 'columns': (<UnicodeCol b5e0bfacL title>,)}>, <DatabaseIndex b5e1204cL {'name': 'count_idx', 'columns': (<IntCol b5e0bfccL count>,)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>]
joinDefinitions = [<sqlobject.joins.RelatedJoin object>]
joins = [<sqlobject.joins.SORelatedJoin object>]
soClass

псевдоним класса m_librarian.db.Genre

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'genre'
title
title_idx = <sqlobject.index.SODatabaseIndex object>
class m_librarian.db.Language(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
classmethod byName(val, connection=None)
count
count_idx = <sqlobject.index.SODatabaseIndex object>
j = language
name
q = language
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'count': <IntCol b5e1276cL count>, 'name': <UnicodeCol b5e1268cL name>}
columnList = [<SOUnicodeCol name not null>, <SOIntCol count not null>]
columns = {'count': <SOIntCol count not null>, 'name': <SOUnicodeCol name not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5e1278cL {'name': 'count_idx', 'columns': (<IntCol b5e1276cL count>,)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>]
joinDefinitions = []
joins = []
soClass

псевдоним класса m_librarian.db.Language

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'language'
class m_librarian.db.AuthorBook(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
author
authorID
author_idx = <sqlobject.index.SODatabaseIndex object>
book
bookID
book_idx = <sqlobject.index.SODatabaseIndex object>
j = author_book
main_idx = <sqlobject.index.SODatabaseIndex object>
q = author_book
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'authorID': <ForeignKey b5dfd2ecL author>, 'bookID': <ForeignKey b5dfd32cL book>}
columnList = [<SOForeignKey authorID connected to Author not null>, <SOForeignKey bookID connected to Book not null>]
columns = {'authorID': <SOForeignKey authorID connected to Author not null>, 'bookID': <SOForeignKey bookID connected to Book not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5dfd2acL {'name': 'author_idx', 'columns': (<ForeignKey b5dfd2ecL author>,)}>, <DatabaseIndex b5dfd2ccL {'name': 'book_idx', 'columns': (<ForeignKey b5dfd32cL book>,)}>, <DatabaseIndex b5dfd36cL {'unique': True, 'name': 'main_idx', 'columns': (<ForeignKey b5dfd2ecL author>, <ForeignKey b5dfd32cL book>)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>]
joinDefinitions = []
joins = []
soClass

псевдоним класса m_librarian.db.AuthorBook

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'author_book'
class m_librarian.db.BookGenre(**kw)[исходный код]
Базовые классы: sqlobject.main.SQLObject
book
bookID
book_idx = <sqlobject.index.SODatabaseIndex object>
genre
genreID
genre_idx = <sqlobject.index.SODatabaseIndex object>
j = book_genre
main_idx = <sqlobject.index.SODatabaseIndex object>
q = book_genre
class sqlmeta(instance)
Базовые классы: sqlobject.main.sqlmeta
childName = None
columnDefinitions = {'bookID': <ForeignKey b5e0b54cL book>, 'genreID': <ForeignKey b5e0b4ecL genre>}
columnList = [<SOForeignKey bookID connected to Book not null>, <SOForeignKey genreID connected to Genre not null>]
columns = {'bookID': <SOForeignKey bookID connected to Book not null>, 'genreID': <SOForeignKey genreID connected to Genre not null>}
idName = 'id'
indexDefinitions = [<DatabaseIndex b5e0b46cL {'name': 'book_idx', 'columns': (<ForeignKey b5e0b54cL book>,)}>, <DatabaseIndex b5e0b3ccL {'name': 'genre_idx', 'columns': (<ForeignKey b5e0b4ecL genre>,)}>, <DatabaseIndex b5e0b4ccL {'unique': True, 'name': 'main_idx', 'columns': (<ForeignKey b5e0b54cL book>, <ForeignKey b5e0b4ecL genre>)}>]
indexes = [<sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>, <sqlobject.index.SODatabaseIndex object>]
joinDefinitions = []
joins = []
soClass

псевдоним класса m_librarian.db.BookGenre

style = <sqlobject.styles.MixedCaseUnderscoreStyle object>
table = 'book_genre'
m_librarian.db.open_db(db_uri=None)[исходный код]
m_librarian.db.init_db()[исходный код]
m_librarian.db.insert_name(table, name, **kw)[исходный код]
m_librarian.db.insert_author(surname, name, misc_name)[исходный код]
m_librarian.db.update_counters(pbar_cb=None)[исходный код]