database.py
Others:
Bases: manager.component.Component
Parameters: | name – Component name. ( String ) |
---|
This method is the property for self.__engine attribute.
Returns: | self.__engine. ( QObject ) |
---|
This method is the property for self.__databaseName attribute.
Returns: | self.__databaseName. ( String ) |
---|
This method is the property for self.__databaseEngine attribute.
Returns: | self.__databaseEngine. ( Object ) |
---|
This method is the property for self.__databaseCatalog attribute.
Returns: | self.__databaseCatalog. ( Object ) |
---|
This method is the property for self.__databaseSession attribute.
Returns: | self.__databaseSession. ( Object ) |
---|
This method is the property for self.__databaseSessionMaker attribute.
Returns: | self.__databaseSessionMaker. ( Object ) |
---|
This method is the property for self.__databaseConnectionString attribute.
Returns: | self.__databaseConnectionString. ( String ) |
---|
This method is the property for self.__databaseBackupDirectory attribute.
Returns: | self.__databaseBackupDirectory. ( String ) |
---|
This method is the property for self.__databaseBackupCount attribute.
Returns: | self.__databaseBackupCount. ( String ) |
---|