(self)
| 10 | |
| 11 | class Enumeration(GenericEnumeration): |
| 12 | def getBanner(self): |
| 13 | warnMsg = "on Presto it is not possible to get the banner" |
| 14 | logger.warning(warnMsg) |
| 15 | |
| 16 | return None |
| 17 | |
| 18 | def getCurrentDb(self): |
| 19 | warnMsg = "on Presto it is not possible to get name of the current database (schema)" |