This commit is contained in:
Miroslav Stampar
2019-05-29 15:52:33 +02:00
parent 00435934bc
commit 95560da7c1
18 changed files with 169 additions and 3 deletions

View File

@@ -30,3 +30,9 @@ class Enumeration(GenericEnumeration):
def search(self):
warnMsg = "on Informix search option is not available"
logger.warn(warnMsg)
def getStatements(self):
warnMsg = "on Informix it is not possible to enumerate the SQL statements"
logger.warn(warnMsg)
return []