@Name : getDbConnection @Desc : Retrieves the DB Connection Handle
(self)
| 416 | self.__csConnection.close() |
| 417 | |
| 418 | def getDbConnection(self): |
| 419 | ''' |
| 420 | @Name : getDbConnection |
| 421 | @Desc : Retrieves the DB Connection Handle |
| 422 | ''' |
| 423 | return self.__dbConnection |
| 424 | |
| 425 | def getConfigParser(self): |
| 426 | ''' |