summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'src-py/db_controller.py')
-rw-r--r--src-py/db_controller.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-py/db_controller.py b/src-py/db_controller.py
index 273686fd..d9d8d737 100644
--- a/src-py/db_controller.py
+++ b/src-py/db_controller.py
@@ -63,6 +63,10 @@ class DB_op(object):
def parse_multi_statement_response_data(self, data):
pass
+ @property
+ def name(self):
+ return self.__class__.__name__
+
def process_result_set(self):
"""
DB op can issue complex sets of quries all at once - this helper method