From 48e483a6f7bb11c22b810341088f441706474a06 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 9 Nov 2014 12:12:57 +0200 Subject: misc --- src-py/db_controller.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src-py/db_controller.py') 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 -- cgit v1.3.1