|
@@ -1,12 +0,0 @@
|
|
|
-
|
|
|
-
|
|
|
-class QueryHandlerAbstract():
|
|
|
- def __init__(self):
|
|
|
- if type(self) is QueryHandlerAbstract:
|
|
|
- raise Exception("QueryHandlerAbstract is an abstract class and can't be instantiated")
|
|
|
-
|
|
|
- def query(self, queryData, pandas=False, dbFile=None):
|
|
|
- raise Exception("Method not implemented")
|
|
|
-
|
|
|
- def textQuery(self, queryData):
|
|
|
- raise Exception("Method not implemented")
|