added support for search for tables on Firebird (issue #365)

This commit is contained in:
Bernardo Damele
2013-01-22 09:53:05 +00:00
parent d2ff9bccbb
commit e23340f002
3 changed files with 21 additions and 20 deletions

View File

@@ -30,22 +30,12 @@ class Enumeration(GenericEnumeration):
return []
def searchTable(self):
warnMsg = "on Firebird searching of tables is not implemented"
logger.warn(warnMsg)
return []
def searchColumn(self):
warnMsg = "on Firebird searching of columns is not implemented"
logger.warn(warnMsg)
return []
def search(self):
warnMsg = "on Firebird search option is not available"
logger.warn(warnMsg)
def getHostname(self):
warnMsg = "on Firebird it is not possible to enumerate the hostname"
logger.warn(warnMsg)