|
@@ -82,7 +82,6 @@ class EmField(EmComponent):
|
82
|
82
|
#
|
83
|
83
|
# Adds a column representing the field in its class' table
|
84
|
84
|
#
|
85
|
|
- # @param emField EmField: the object representing the field
|
86
|
85
|
# @return True in case of success, False if not
|
87
|
86
|
def add_field_column_to_class_table(self):
|
88
|
87
|
dbe = self.db_engine()
|
|
@@ -98,7 +97,6 @@ class EmField(EmComponent):
|
98
|
97
|
#
|
99
|
98
|
# @return Name of the table
|
100
|
99
|
def get_class_table(self):
|
101
|
|
- #return self._get_class_table_db()
|
102
|
100
|
return self.get_class().class_table_name
|
103
|
101
|
|
104
|
102
|
## @brief Get the class that contains this field
|