summaryrefslogtreecommitdiff
path: root/src-py/db_controller.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-09 12:12:57 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-09 12:12:57 +0200
commit48e483a6f7bb11c22b810341088f441706474a06 (patch)
treed6db2db69d7aa8be332bf3f4a9fdb87aec753c13 /src-py/db_controller.py
parente5bb0ee5976f2f1348387ed6ed57cc43e34caa7c (diff)
misc
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